@duckduckgo/autoconsent 16.37.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 (74) hide show
  1. package/CHANGELOG.md +50 -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/consent-flo.json +24 -0
  21. package/rules/autoconsent/cookiebot-be.json +9 -0
  22. package/rules/autoconsent/cookieyes.json +36 -8
  23. package/rules/autoconsent/drouot-rgpd.json +9 -0
  24. package/rules/autoconsent/epidemicsound-com.json +19 -0
  25. package/rules/autoconsent/fever-cookie-advice.json +51 -0
  26. package/rules/autoconsent/godaddy-privacy-widget.json +9 -0
  27. package/rules/autoconsent/hometogo.json +18 -0
  28. package/rules/autoconsent/idxrcookies.json +8 -0
  29. package/rules/autoconsent/infomaniak-rgpd.json +9 -0
  30. package/rules/autoconsent/lendable.json +39 -0
  31. package/rules/autoconsent/maticrobots-com.json +17 -0
  32. package/rules/autoconsent/mco-consent.json +14 -0
  33. package/rules/autoconsent/mkdocs-material.json +30 -0
  34. package/rules/autoconsent/pandectes.json +4 -2
  35. package/rules/autoconsent/rdc-concents.json +9 -0
  36. package/rules/autoconsent/readly.json +26 -17
  37. package/rules/autoconsent/rug-nl.json +33 -0
  38. package/rules/autoconsent/setupad.json +57 -0
  39. package/rules/autoconsent/socialfunders.json +8 -0
  40. package/rules/autoconsent/tumblr-com.json +31 -0
  41. package/rules/autoconsent/tumblr-custom-domain-gdpr-banner.json +32 -0
  42. package/rules/autoconsent/venngage.json +38 -0
  43. package/rules/autoconsent/vmock.json +41 -0
  44. package/rules/autoconsent/workday.json +30 -0
  45. package/rules/compact-rules.json +1 -1
  46. package/rules/rule-index.json +1 -1
  47. package/rules/rules.json +1 -1
  48. package/tests/consent-flo.spec.ts +5 -0
  49. package/tests/cookiebot-be.spec.ts +6 -0
  50. package/tests/cookieyes.spec.ts +3 -0
  51. package/tests/drouot-rgpd.spec.ts +8 -0
  52. package/tests/epidemicsound-com.spec.ts +3 -0
  53. package/tests/fever-cookie-advice.spec.ts +3 -0
  54. package/tests/godaddy-privacy-widget.spec.ts +8 -0
  55. package/tests/hometogo.spec.ts +8 -0
  56. package/tests/idxrcookies.spec.ts +3 -0
  57. package/tests/infomaniak-rgpd.spec.ts +3 -0
  58. package/tests/lendable.spec.ts +3 -0
  59. package/tests/maticrobots-com.spec.ts +3 -0
  60. package/tests/mco-consent.spec.ts +12 -0
  61. package/tests/mkdocs-material.spec.ts +7 -0
  62. package/tests/pandectes.spec.ts +6 -1
  63. package/tests/rdc-concents.spec.ts +10 -0
  64. package/tests/readly.spec.ts +1 -1
  65. package/tests/rug-nl.spec.ts +3 -0
  66. package/tests/setupad.spec.ts +10 -0
  67. package/tests/socialfunders.spec.ts +3 -0
  68. package/tests/tumblr-custom-domain-gdpr-banner.spec.ts +7 -0
  69. package/tests/venngage.spec.ts +3 -0
  70. package/tests/vmock.spec.ts +3 -0
  71. package/tests/workday.spec.ts +9 -0
  72. package/tests-wtr/heuristics/heuristics-utils.test.ts +7 -0
  73. package/dist/types/cmps/tumblr-com.d.ts +0 -15
  74. package/lib/cmps/tumblr-com.ts +0 -70
package/CHANGELOG.md CHANGED
@@ -1,3 +1,53 @@
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
+
27
+ # v16.38.0 (Sun Sep 06 2026)
28
+
29
+ #### Rules
30
+
31
+ - Rule update: fever-cookie-advice [#1558](https://github.com/duckduckgo/autoconsent/pull/1558) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
32
+ - Rule update: workday [#1557](https://github.com/duckduckgo/autoconsent/pull/1557) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
33
+ - Rule update: mco-consent [#1556](https://github.com/duckduckgo/autoconsent/pull/1556) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
34
+ - Rule update: socialfunders [#1555](https://github.com/duckduckgo/autoconsent/pull/1555) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
35
+ - Rule update: drouot-rgpd [#1554](https://github.com/duckduckgo/autoconsent/pull/1554) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
36
+ - Rule update: idxrcookies [#1553](https://github.com/duckduckgo/autoconsent/pull/1553) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
37
+ - Rule update: consent-flo [#1552](https://github.com/duckduckgo/autoconsent/pull/1552) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
38
+ - Rule update: cookiebot.be [#1551](https://github.com/duckduckgo/autoconsent/pull/1551) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
39
+ - Rule update: setupad [#1550](https://github.com/duckduckgo/autoconsent/pull/1550) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
40
+ - Rule update: mkdocs-material [#1549](https://github.com/duckduckgo/autoconsent/pull/1549) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
41
+ - Rule update: infomaniak-rgpd [#1548](https://github.com/duckduckgo/autoconsent/pull/1548) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
42
+ - Rule update: cookieyes [#1547](https://github.com/duckduckgo/autoconsent/pull/1547) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
43
+
44
+ #### Authors: 2
45
+
46
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
47
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
48
+
49
+ ---
50
+
1
51
  # v16.37.0 (Sat Sep 05 2026)
2
52
 
3
53
  #### Rules