@duckduckgo/autoconsent 16.25.0 → 16.27.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 (41) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/addon-firefox/compact-rules.json +1 -1
  3. package/dist/addon-firefox/content.bundle.js +2 -2
  4. package/dist/addon-firefox/manifest.json +1 -1
  5. package/dist/addon-firefox/rule-index.json +1 -1
  6. package/dist/addon-firefox/rules.json +1 -1
  7. package/dist/addon-mv3/compact-rules.json +1 -1
  8. package/dist/addon-mv3/content.bundle.js +2 -2
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/rule-index.json +1 -1
  11. package/dist/addon-mv3/rules.json +1 -1
  12. package/dist/autoconsent.cjs.js +2 -2
  13. package/dist/autoconsent.esm.js +2 -2
  14. package/dist/autoconsent.playwright.js +2 -2
  15. package/dist/autoconsent.standalone.js +3 -3
  16. package/lib/heuristic-patterns.ts +2 -2
  17. package/package.json +1 -1
  18. package/rules/autoconsent/complianz-opt-out.json +6 -0
  19. package/rules/autoconsent/cookiefirst.json +49 -20
  20. package/rules/autoconsent/gemini-google-com.json +9 -0
  21. package/rules/autoconsent/justwatch-com.json +1 -1
  22. package/rules/autoconsent/kingrecords-co-jp.json +21 -0
  23. package/rules/autoconsent/paypal-us.json +4 -3
  24. package/rules/autoconsent/pornpics-de.json +1 -1
  25. package/rules/autoconsent/rule34-xxx.json +12 -0
  26. package/rules/autoconsent/sex.com.json +45 -0
  27. package/rules/autoconsent/twitch.json +27 -12
  28. package/rules/autoconsent/xhamster-eu.json +3 -1
  29. package/rules/compact-rules.json +1 -1
  30. package/rules/rule-index.json +1 -1
  31. package/rules/rules.json +1 -1
  32. package/tests/complianz-opt-out.spec.ts +5 -0
  33. package/tests/cookiefirst.spec.ts +5 -1
  34. package/tests/gemini-google-com.spec.ts +5 -0
  35. package/tests/justwatch-com.spec.ts +1 -1
  36. package/tests/kingrecords-co-jp.spec.ts +3 -0
  37. package/tests/paypal-us.spec.ts +4 -0
  38. package/tests/pornpics-de.spec.ts +1 -1
  39. package/tests/rule34-xxx.spec.ts +6 -0
  40. package/tests/sex.com.spec.ts +3 -0
  41. package/tests-wtr/heuristics/heuristics-utils.test.ts +6 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ # v16.27.0 (Tue Aug 25 2026)
2
+
3
+ #### Rules
4
+
5
+ - Rule update: CPM feedback: justwatch.com [#1514](https://github.com/duckduckgo/autoconsent/pull/1514) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
6
+ - Rule update: Rule fix for Site Breakage: paypal.com (2026-08-15) [#1506](https://github.com/duckduckgo/autoconsent/pull/1506) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
7
+ - Rule update: kingrecords-co-jp [#1507](https://github.com/duckduckgo/autoconsent/pull/1507) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
8
+ - Rule update: sex.com [#1508](https://github.com/duckduckgo/autoconsent/pull/1508) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
9
+ - Rule update: ddg_ios (ase) CPM magic report: www.ecb.europa.eu [#1509](https://github.com/duckduckgo/autoconsent/pull/1509) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
10
+ - Rule update: ddg_android (eun) CPM magic report: www.thefoxandpheasant.com [#1510](https://github.com/duckduckgo/autoconsent/pull/1510) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
11
+ - Rule update: CPM crawl #37: pornpics.com [#1511](https://github.com/duckduckgo/autoconsent/pull/1511) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
12
+ - Rule update: Cookie popup on gemini.google.com [#1513](https://github.com/duckduckgo/autoconsent/pull/1513) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
13
+ - massage xhamster rule [#1512](https://github.com/duckduckgo/autoconsent/pull/1512) ([@muodov](https://github.com/muodov))
14
+ - Rule update: rule34-xxx [#1496](https://github.com/duckduckgo/autoconsent/pull/1496) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
15
+ - Rule update: Cookie popup on twitch.tv [#1504](https://github.com/duckduckgo/autoconsent/pull/1504) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
16
+
17
+ #### Authors: 3
18
+
19
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
20
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
21
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
22
+
23
+ ---
24
+
25
+ # v16.26.0 (Mon Aug 24 2026)
26
+
27
+ #### Rules
28
+
29
+ - Rule update: Cookie popup on sqe.sra.org.uk [#1505](https://github.com/duckduckgo/autoconsent/pull/1505) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
30
+
31
+ #### Authors: 2
32
+
33
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
34
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
35
+
36
+ ---
37
+
1
38
  # v16.25.0 (Sun Aug 23 2026)
2
39
 
3
40
  #### Rules