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