Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rewrote CMP Ketch to include US in the rules (duckduckgo#171) Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com> * Bump @rollup/plugin-typescript from 11.1.0 to 11.1.1 (duckduckgo#161) Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.0 to 11.1.1. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.1/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @types/chrome from 0.0.235 to 0.0.237 (duckduckgo#173) Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.235 to 0.0.237. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tslib from 2.5.0 to 2.5.3 (duckduckgo#179) Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.5.0...v2.5.3) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.11 (duckduckgo#182) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.5 to 5.59.11. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added rule for cookiefirst (duckduckgo#177) * Added rule for cookiefirst * Updated eval condition to just check for the cookie existence * added verification to check if user's optout on TrustArc CMP has been set (duckduckgo#159) * added verification to check if user's optout on TrustArc CMP has been set * Update lib/cmps/trustarc-top.ts --------- Co-authored-by: Sam Macbeth <sammacbeth@users.noreply.github.com> * Round 2: Add to US top sites optOut banners rules and tests (duckduckgo#175) * Add to US top sites optOut banners rules and tests * fix linting errors * add healthline cmp rule and test * add US condition to canva rule * Make more specific onlyFans prehideSelectors --------- Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com> * Update CHANGELOG.md [skip ci] * Bump version to: 4.2.0 [skip ci] * add batch of rules and tests for banners reported by users (duckduckgo#181) * add justwatch-com rules and test * add 1password-com rules and test * add agolde-com rules and test * add altium-com rules and test * add aquasana-com rules and test * add athlinks-com rules and test * add burpee-com rules and test * add crossfit-com rules and test * add flex-orange-pl rules and test * itopvpn-com rules and test * add macpaw-com rules and test * add nrk-no rules and test * add pinetools-com rules and test * add similarweb-com rules and test * add takealot-com rules and test * add trader-joes-com rules and test * add urbanarmorgear-com rules and test * add tidbits-com automattic cmp site rules and test * add cmp automattic rules and test * add woo-commerce-com rules and test * add xhamster-eu rules and test * add tumblr-com rules and test * fix complianz-optin rules and test * add urlPattern to athlinks-com rule * make automattic cmp and popUp more specific * simplify optOut for complianz-optin * change justwatch notice banner to optOut banner * Remove orange.pl rule --------- Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com> Co-authored-by: Sam Macbeth <smacbeth@duckduckgo.com> * Update CHANGELOG.md [skip ci] * Bump version to: 4.3.0 [skip ci] * added nba.com notice rule and test and modified oneTrust rule class (duckduckgo#172) * added nba.com notice rule and modified oneTrust * corrected NBA regex for OneTrust --------- Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com> * Bump @types/chai from 4.3.4 to 4.3.5 (duckduckgo#183) Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump eslint from 8.40.0 to 8.43.0 (duckduckgo#184) Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.43.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.40.0...v8.43.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @typescript-eslint/parser from 5.59.2 to 5.60.0 (duckduckgo#185) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.60.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 (duckduckgo#186) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.60.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CHANGELOG.md [skip ci] * Bump version to: 4.3.1 [skip ci] * Limit triggering of nba.com rule (duckduckgo#187) * Update CHANGELOG.md [skip ci] * Bump version to: 4.3.2 [skip ci] * Remove wait from detectCmp step (duckduckgo#189) * Update CHANGELOG.md [skip ci] * Bump version to: 4.3.3 [skip ci] * add support of "runrooted" action for consent-o-matic * implement "multiclick", "ifAllowAll", "ifAllowNone" & "nop" actions * update build script to get latests rules * add support of multiple "presentMatcher" & "showingMatcher" in COM rules * handle empty "presentMatchers" or "showingMatchers" array * add "sourcepoint" rules * add dist * remove "sourcepoint_popup" consent-o-matic rule because seems to be a duplicate * DES-1065: add support of Instagram & Messenger using Consent-O-Matic (#1) * DES-1065: fix params sent to "SAVE_CONSENT" actions * DES-1065: add support of instagram * DES-1065: add support of Facebook * DES-1065: update dist * DES-1065: add support for nike.com * DES-1065: add support for aliexpress.com * Update rules/autoconsent/aliexpress-com.json Co-authored-by: Vladimir Zhuravlev <private.face@gmail.com> --------- Co-authored-by: Vladimir Zhuravlev <private.face@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Amanda RASOLOFOTSARA <50955126+icodebyamanda@users.noreply.github.com> Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kunal Virk <kunal@websilt.com> Co-authored-by: hyebahi <hyebahi@gmail.com> Co-authored-by: Sam Macbeth <sammacbeth@users.noreply.github.com> Co-authored-by: Sam Macbeth <runner@fv-az560-829.3gr401zidpzu5nut432h0k4zzg.cx.internal.cloudapp.net> Co-authored-by: Sam Macbeth <smacbeth@duckduckgo.com> Co-authored-by: Sam Macbeth <runner@fv-az795-392.xf54hq4xvzaujoiinxtcwc2bjc.dx.internal.cloudapp.net> Co-authored-by: Sam Macbeth <runner@fv-az412-458.ap3zscylkjruhik2cxa3opwqzb.jx.internal.cloudapp.net> Co-authored-by: Sam Macbeth <runner@fv-az251-156.mxawqghed13elcrenaof0mmu1b.bx.internal.cloudapp.net> Co-authored-by: Vladimir Zhuravlev <private.face@gmail.com>
- Loading branch information