You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign repo structure and get domains list from multiple sources (#44)
* refactor: design monorepos
* ci: fix ESLint chain
* ci: expand ESLint checking to all Typescript files
* refactor: split IAB sellers downloader
* refactor: update pacakge.json in `builder`
* fix: `baseUrl` in `tsconfig.json` leads fatal of `tsx` execution
* chore: add http-server utils
* chore: update .gitignore and package.json for new monorepo structure
* Potential fix for code scanning alert no. 4: Uncontrolled data used in path expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* chore: follow PascalCase
* Potential fix for code scanning alert no. 9: Uncontrolled data used in path expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* feat: add `IndexAdShieldDomainsFromAG` func to refer AG Base filters list
* feat: add checking func to discard all CDN domains owned by Ad-Shield
* feat: add `IndexAdShieldDomainsFromUBO` func to refer uBO filters list
* feat: add `FetchAdShieldDomains` func to refer AG Base and uBO filters list
* chore: remove unnecessary import
* ci: run ESLint workflow for all branches
* chore: rename `FetchAdShieldDomainsFromFiltersLists`
* feat: add `FetchAdShieldDomains` func to refer all references
* feat: provide `CustomDefinedMatches` Set
* feat: add building cache for caching remote domains
* feat: create `CreateBanner` func
* fix: path is not resolved correctly if `npm run` is used
* feat: use new builder
* chore: add `SubscriptionUrl` customization for debugging
* fix: chokidar does not built-in glob support
* fix: typo
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
0 commit comments