@duckduckgo/autoconsent 16.37.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 (38) hide show
  1. package/CHANGELOG.md +24 -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/consent-flo.json +24 -0
  13. package/rules/autoconsent/cookiebot-be.json +9 -0
  14. package/rules/autoconsent/cookieyes.json +36 -8
  15. package/rules/autoconsent/drouot-rgpd.json +9 -0
  16. package/rules/autoconsent/fever-cookie-advice.json +51 -0
  17. package/rules/autoconsent/idxrcookies.json +8 -0
  18. package/rules/autoconsent/infomaniak-rgpd.json +9 -0
  19. package/rules/autoconsent/mco-consent.json +14 -0
  20. package/rules/autoconsent/mkdocs-material.json +30 -0
  21. package/rules/autoconsent/setupad.json +57 -0
  22. package/rules/autoconsent/socialfunders.json +8 -0
  23. package/rules/autoconsent/workday.json +30 -0
  24. package/rules/compact-rules.json +1 -1
  25. package/rules/rule-index.json +1 -1
  26. package/rules/rules.json +1 -1
  27. package/tests/consent-flo.spec.ts +5 -0
  28. package/tests/cookiebot-be.spec.ts +6 -0
  29. package/tests/cookieyes.spec.ts +3 -0
  30. package/tests/drouot-rgpd.spec.ts +8 -0
  31. package/tests/fever-cookie-advice.spec.ts +3 -0
  32. package/tests/idxrcookies.spec.ts +3 -0
  33. package/tests/infomaniak-rgpd.spec.ts +3 -0
  34. package/tests/mco-consent.spec.ts +12 -0
  35. package/tests/mkdocs-material.spec.ts +7 -0
  36. package/tests/setupad.spec.ts +10 -0
  37. package/tests/socialfunders.spec.ts +3 -0
  38. package/tests/workday.spec.ts +9 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
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
+
1
25
  # v16.37.0 (Sat Sep 05 2026)
2
26
 
3
27
  #### Rules