@duckduckgo/autoconsent 4.2.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/addon-firefox/manifest.json +1 -1
  3. package/dist/addon-firefox/rules.json +636 -3
  4. package/dist/addon-mv3/manifest.json +1 -1
  5. package/dist/addon-mv3/rules.json +636 -3
  6. package/dist/autoconsent.playwright.js +1 -1
  7. package/package.json +1 -1
  8. package/rules/autoconsent/1password-com.json +11 -0
  9. package/rules/autoconsent/agolde-com.json +13 -0
  10. package/rules/autoconsent/altium-com.json +9 -0
  11. package/rules/autoconsent/aquasana-com.json +9 -0
  12. package/rules/autoconsent/athlinks-com.json +12 -0
  13. package/rules/autoconsent/automattic-cmp-optout.json +19 -0
  14. package/rules/autoconsent/burpee-com.json +13 -0
  15. package/rules/autoconsent/complianz-optin.json +2 -2
  16. package/rules/autoconsent/crossfit-com.json +10 -0
  17. package/rules/autoconsent/itopvpn-com.json +13 -0
  18. package/rules/autoconsent/justwatch-com.json +15 -0
  19. package/rules/autoconsent/macpaw-com.json +13 -0
  20. package/rules/autoconsent/nrk-no.json +9 -0
  21. package/rules/autoconsent/pinetools-com.json +13 -0
  22. package/rules/autoconsent/similarweb-com.json +13 -0
  23. package/rules/autoconsent/takealot-com.json +13 -0
  24. package/rules/autoconsent/tidbits-com.json +9 -0
  25. package/rules/autoconsent/trader-joes-com.json +9 -0
  26. package/rules/autoconsent/tumblr-com.json +10 -0
  27. package/rules/autoconsent/urbanarmorgear-com.json +9 -0
  28. package/rules/autoconsent/woo-commerce-com.json +20 -0
  29. package/rules/autoconsent/xhamster-eu.json +15 -0
  30. package/rules/rules.json +636 -3
  31. package/tests/1password-com.spec.ts +5 -0
  32. package/tests/agolde-com.spec.ts +5 -0
  33. package/tests/altium-com.spec.ts +5 -0
  34. package/tests/aquasana-com.spec.ts +5 -0
  35. package/tests/athlinks-com.spec.ts +5 -0
  36. package/tests/automattic-cmp-optout.spec.ts +9 -0
  37. package/tests/burpee-com.spec.ts +5 -0
  38. package/tests/complianz-optin.spec.ts +4 -4
  39. package/tests/crossfit-com.spec.ts +5 -0
  40. package/tests/flex-orange-pl.spec.ts +5 -0
  41. package/tests/itopvpn-com.spec.ts +5 -0
  42. package/tests/justwatch-com.spec.ts +5 -0
  43. package/tests/macpaw-com.spec.ts +5 -0
  44. package/tests/nrk-no.spec.ts +5 -0
  45. package/tests/pinetools-com.spec.ts +5 -0
  46. package/tests/similarweb-com.spec.ts +5 -0
  47. package/tests/takealot-com.spec.ts +5 -0
  48. package/tests/tidbits-com.spec.ts +5 -0
  49. package/tests/trader-joes-com.spec.ts +5 -0
  50. package/tests/tumblr-com.spec.ts +5 -0
  51. package/tests/urbanarmorgear-com.spec.ts +5 -0
  52. package/tests/woo-commerce-com.spec.ts +5 -0
  53. package/tests/xhamster-eu.spec.ts +9 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.3.0 (Tue Jun 20 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - add batch of rules and tests for banners reported by users [#181](https://github.com/duckduckgo/autoconsent/pull/181) (arasolofotsara@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth) [@icodebyamanda](https://github.com/icodebyamanda))
6
+
7
+ #### Authors: 3
8
+
9
+ - Amanda RASOLOFOTSARA ([@icodebyamanda](https://github.com/icodebyamanda))
10
+ - euw-arasolofotsara1 (arasolofotsara@duckduckgo.com)
11
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
12
+
13
+ ---
14
+
1
15
  # v4.2.0 (Mon Jun 19 2023)
2
16
 
3
17
  #### 🚀 Enhancement
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2023.2.14",
4
+ "version": "2023.6.19",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"