@duckduckgo/autoconsent 16.36.0 → 16.38.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 (54) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist/addon-firefox/compact-rules.json +1 -1
  3. package/dist/addon-firefox/manifest.json +1 -1
  4. package/dist/addon-firefox/rule-index.json +1 -1
  5. package/dist/addon-firefox/rules.json +1 -1
  6. package/dist/addon-mv3/compact-rules.json +1 -1
  7. package/dist/addon-mv3/manifest.json +1 -1
  8. package/dist/addon-mv3/rule-index.json +1 -1
  9. package/dist/addon-mv3/rules.json +1 -1
  10. package/dist/autoconsent.standalone.js +1 -1
  11. package/package.json +1 -1
  12. package/rules/autoconsent/aquasana-com.json +2 -2
  13. package/rules/autoconsent/as-adventure.json +42 -0
  14. package/rules/autoconsent/bbc.com.json +44 -6
  15. package/rules/autoconsent/bcferries.com.json +37 -0
  16. package/rules/autoconsent/consent-flo.json +24 -0
  17. package/rules/autoconsent/cookiebot-be.json +9 -0
  18. package/rules/autoconsent/cookieyes.json +36 -8
  19. package/rules/autoconsent/drouot-rgpd.json +9 -0
  20. package/rules/autoconsent/fever-cookie-advice.json +51 -0
  21. package/rules/autoconsent/idxrcookies.json +8 -0
  22. package/rules/autoconsent/infomaniak-rgpd.json +9 -0
  23. package/rules/autoconsent/mco-consent.json +14 -0
  24. package/rules/autoconsent/mipro.com.tw.json +10 -0
  25. package/rules/autoconsent/mirasvit-gdpr.json +58 -0
  26. package/rules/autoconsent/mkdocs-material.json +30 -0
  27. package/rules/autoconsent/setupad.json +57 -0
  28. package/rules/autoconsent/socialfunders.json +8 -0
  29. package/rules/autoconsent/tlc-direct.json +18 -0
  30. package/rules/autoconsent/workday.json +30 -0
  31. package/rules/autoconsent/xe.com.json +11 -9
  32. package/rules/compact-rules.json +1 -1
  33. package/rules/rule-index.json +1 -1
  34. package/rules/rules.json +1 -1
  35. package/tests/aquasana-com.spec.ts +1 -1
  36. package/tests/as-adventure.spec.ts +10 -0
  37. package/tests/bbc.com.spec.ts +9 -1
  38. package/tests/bcferries.com.spec.ts +3 -0
  39. package/tests/consent-flo.spec.ts +5 -0
  40. package/tests/cookiebot-be.spec.ts +6 -0
  41. package/tests/cookieyes.spec.ts +3 -0
  42. package/tests/drouot-rgpd.spec.ts +8 -0
  43. package/tests/fever-cookie-advice.spec.ts +3 -0
  44. package/tests/idxrcookies.spec.ts +3 -0
  45. package/tests/infomaniak-rgpd.spec.ts +3 -0
  46. package/tests/mco-consent.spec.ts +12 -0
  47. package/tests/mipro.com.tw.spec.ts +3 -0
  48. package/tests/mirasvit-gdpr.spec.ts +18 -0
  49. package/tests/mkdocs-material.spec.ts +7 -0
  50. package/tests/setupad.spec.ts +10 -0
  51. package/tests/socialfunders.spec.ts +3 -0
  52. package/tests/tlc-direct.spec.ts +5 -0
  53. package/tests/workday.spec.ts +9 -0
  54. package/tests/xe.com.spec.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,48 @@
1
+ # v16.38.0 (Sun Sep 06 2026)
2
+
3
+ #### Rules
4
+
5
+ - Rule update: fever-cookie-advice [#1558](https://github.com/duckduckgo/autoconsent/pull/1558) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
6
+ - Rule update: workday [#1557](https://github.com/duckduckgo/autoconsent/pull/1557) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
7
+ - Rule update: mco-consent [#1556](https://github.com/duckduckgo/autoconsent/pull/1556) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
8
+ - Rule update: socialfunders [#1555](https://github.com/duckduckgo/autoconsent/pull/1555) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
9
+ - Rule update: drouot-rgpd [#1554](https://github.com/duckduckgo/autoconsent/pull/1554) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
10
+ - Rule update: idxrcookies [#1553](https://github.com/duckduckgo/autoconsent/pull/1553) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
11
+ - Rule update: consent-flo [#1552](https://github.com/duckduckgo/autoconsent/pull/1552) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
12
+ - Rule update: cookiebot.be [#1551](https://github.com/duckduckgo/autoconsent/pull/1551) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
13
+ - Rule update: setupad [#1550](https://github.com/duckduckgo/autoconsent/pull/1550) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
14
+ - Rule update: mkdocs-material [#1549](https://github.com/duckduckgo/autoconsent/pull/1549) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
15
+ - Rule update: infomaniak-rgpd [#1548](https://github.com/duckduckgo/autoconsent/pull/1548) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
16
+ - Rule update: cookieyes [#1547](https://github.com/duckduckgo/autoconsent/pull/1547) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
17
+
18
+ #### Authors: 2
19
+
20
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
21
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
22
+
23
+ ---
24
+
25
+ # v16.37.0 (Sat Sep 05 2026)
26
+
27
+ #### Rules
28
+
29
+ - Rule update: mirasvit-gdpr [#1545](https://github.com/duckduckgo/autoconsent/pull/1545) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
30
+ - Rule update: bbc.com [#1544](https://github.com/duckduckgo/autoconsent/pull/1544) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
31
+ - Rule update: tlc-direct [#1543](https://github.com/duckduckgo/autoconsent/pull/1543) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov) [@daxtheduck](https://github.com/daxtheduck))
32
+ - Rule update: aquasana.com [#1542](https://github.com/duckduckgo/autoconsent/pull/1542) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
33
+ - Rule update: mipro.com.tw [#1541](https://github.com/duckduckgo/autoconsent/pull/1541) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
34
+ - Rule update: bcferries.com [#1539](https://github.com/duckduckgo/autoconsent/pull/1539) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
35
+ - Rule update: as-adventure [#1540](https://github.com/duckduckgo/autoconsent/pull/1540) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
36
+ - Rule update: xe.com [#1538](https://github.com/duckduckgo/autoconsent/pull/1538) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
37
+
38
+ #### Authors: 3
39
+
40
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
41
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
42
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
43
+
44
+ ---
45
+
1
46
  # v16.36.0 (Fri Sep 04 2026)
2
47
 
3
48
  #### Rules