@duckduckgo/autoconsent 16.38.0 → 16.39.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 (50) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/addon-firefox/compact-rules.json +1 -1
  3. package/dist/addon-firefox/content.bundle.js +1 -63
  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 +1 -63
  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 +1 -63
  13. package/dist/autoconsent.esm.js +1 -63
  14. package/dist/autoconsent.playwright.js +1 -63
  15. package/dist/autoconsent.standalone.js +2 -64
  16. package/dist/types/cmps/all.d.ts +1 -2
  17. package/lib/cmps/all.ts +0 -2
  18. package/lib/heuristic-patterns.ts +1 -1
  19. package/package.json +1 -1
  20. package/rules/autoconsent/epidemicsound-com.json +19 -0
  21. package/rules/autoconsent/godaddy-privacy-widget.json +9 -0
  22. package/rules/autoconsent/hometogo.json +18 -0
  23. package/rules/autoconsent/lendable.json +39 -0
  24. package/rules/autoconsent/maticrobots-com.json +17 -0
  25. package/rules/autoconsent/pandectes.json +4 -2
  26. package/rules/autoconsent/rdc-concents.json +9 -0
  27. package/rules/autoconsent/readly.json +26 -17
  28. package/rules/autoconsent/rug-nl.json +33 -0
  29. package/rules/autoconsent/tumblr-com.json +31 -0
  30. package/rules/autoconsent/tumblr-custom-domain-gdpr-banner.json +32 -0
  31. package/rules/autoconsent/venngage.json +38 -0
  32. package/rules/autoconsent/vmock.json +41 -0
  33. package/rules/compact-rules.json +1 -1
  34. package/rules/rule-index.json +1 -1
  35. package/rules/rules.json +1 -1
  36. package/tests/epidemicsound-com.spec.ts +3 -0
  37. package/tests/godaddy-privacy-widget.spec.ts +8 -0
  38. package/tests/hometogo.spec.ts +8 -0
  39. package/tests/lendable.spec.ts +3 -0
  40. package/tests/maticrobots-com.spec.ts +3 -0
  41. package/tests/pandectes.spec.ts +6 -1
  42. package/tests/rdc-concents.spec.ts +10 -0
  43. package/tests/readly.spec.ts +1 -1
  44. package/tests/rug-nl.spec.ts +3 -0
  45. package/tests/tumblr-custom-domain-gdpr-banner.spec.ts +7 -0
  46. package/tests/venngage.spec.ts +3 -0
  47. package/tests/vmock.spec.ts +3 -0
  48. package/tests-wtr/heuristics/heuristics-utils.test.ts +7 -0
  49. package/dist/types/cmps/tumblr-com.d.ts +0 -15
  50. package/lib/cmps/tumblr-com.ts +0 -70
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v16.39.0 (Tue Sep 08 2026)
2
+
3
+ #### Rules
4
+
5
+ - Rule update: maticrobots-com [#1570](https://github.com/duckduckgo/autoconsent/pull/1570) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
6
+ - Handle Tumblr consent iframe on custom domains [#1454](https://github.com/duckduckgo/autoconsent/pull/1454) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov) [@cursor[bot]](https://github.com/cursor[bot]))
7
+ - Rule update: pandectes [#1569](https://github.com/duckduckgo/autoconsent/pull/1569) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
8
+ - Rule update: vmock [#1567](https://github.com/duckduckgo/autoconsent/pull/1567) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
9
+ - Rule update: rdc-concents [#1566](https://github.com/duckduckgo/autoconsent/pull/1566) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
10
+ - Rule update: hometogo [#1565](https://github.com/duckduckgo/autoconsent/pull/1565) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
11
+ - Rule update: lendable [#1564](https://github.com/duckduckgo/autoconsent/pull/1564) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
12
+ - Rule update: epidemicsound.com [#1563](https://github.com/duckduckgo/autoconsent/pull/1563) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
13
+ - Rule update: readly [#1562](https://github.com/duckduckgo/autoconsent/pull/1562) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
14
+ - Rule update: godaddy-privacy-widget [#1561](https://github.com/duckduckgo/autoconsent/pull/1561) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
15
+ - Rule update: venngage.com [#1560](https://github.com/duckduckgo/autoconsent/pull/1560) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
16
+ - Rule update: rug-nl [#1559](https://github.com/duckduckgo/autoconsent/pull/1559) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
17
+
18
+ #### Authors: 4
19
+
20
+ - [@cursor[bot]](https://github.com/cursor[bot])
21
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
22
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
23
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
24
+
25
+ ---
26
+
1
27
  # v16.38.0 (Sun Sep 06 2026)
2
28
 
3
29
  #### Rules