@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.
- package/CHANGELOG.md +50 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +1 -63
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rule-index.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/compact-rules.json +1 -1
- package/dist/addon-mv3/content.bundle.js +1 -63
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rule-index.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +1 -63
- package/dist/autoconsent.esm.js +1 -63
- package/dist/autoconsent.playwright.js +1 -63
- package/dist/autoconsent.standalone.js +2 -64
- package/dist/types/cmps/all.d.ts +1 -2
- package/lib/cmps/all.ts +0 -2
- package/lib/heuristic-patterns.ts +1 -1
- package/package.json +1 -1
- package/rules/autoconsent/consent-flo.json +24 -0
- package/rules/autoconsent/cookiebot-be.json +9 -0
- package/rules/autoconsent/cookieyes.json +36 -8
- package/rules/autoconsent/drouot-rgpd.json +9 -0
- package/rules/autoconsent/epidemicsound-com.json +19 -0
- package/rules/autoconsent/fever-cookie-advice.json +51 -0
- package/rules/autoconsent/godaddy-privacy-widget.json +9 -0
- package/rules/autoconsent/hometogo.json +18 -0
- package/rules/autoconsent/idxrcookies.json +8 -0
- package/rules/autoconsent/infomaniak-rgpd.json +9 -0
- package/rules/autoconsent/lendable.json +39 -0
- package/rules/autoconsent/maticrobots-com.json +17 -0
- package/rules/autoconsent/mco-consent.json +14 -0
- package/rules/autoconsent/mkdocs-material.json +30 -0
- package/rules/autoconsent/pandectes.json +4 -2
- package/rules/autoconsent/rdc-concents.json +9 -0
- package/rules/autoconsent/readly.json +26 -17
- package/rules/autoconsent/rug-nl.json +33 -0
- package/rules/autoconsent/setupad.json +57 -0
- package/rules/autoconsent/socialfunders.json +8 -0
- package/rules/autoconsent/tumblr-com.json +31 -0
- package/rules/autoconsent/tumblr-custom-domain-gdpr-banner.json +32 -0
- package/rules/autoconsent/venngage.json +38 -0
- package/rules/autoconsent/vmock.json +41 -0
- package/rules/autoconsent/workday.json +30 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/consent-flo.spec.ts +5 -0
- package/tests/cookiebot-be.spec.ts +6 -0
- package/tests/cookieyes.spec.ts +3 -0
- package/tests/drouot-rgpd.spec.ts +8 -0
- package/tests/epidemicsound-com.spec.ts +3 -0
- package/tests/fever-cookie-advice.spec.ts +3 -0
- package/tests/godaddy-privacy-widget.spec.ts +8 -0
- package/tests/hometogo.spec.ts +8 -0
- package/tests/idxrcookies.spec.ts +3 -0
- package/tests/infomaniak-rgpd.spec.ts +3 -0
- package/tests/lendable.spec.ts +3 -0
- package/tests/maticrobots-com.spec.ts +3 -0
- package/tests/mco-consent.spec.ts +12 -0
- package/tests/mkdocs-material.spec.ts +7 -0
- package/tests/pandectes.spec.ts +6 -1
- package/tests/rdc-concents.spec.ts +10 -0
- package/tests/readly.spec.ts +1 -1
- package/tests/rug-nl.spec.ts +3 -0
- package/tests/setupad.spec.ts +10 -0
- package/tests/socialfunders.spec.ts +3 -0
- package/tests/tumblr-custom-domain-gdpr-banner.spec.ts +7 -0
- package/tests/venngage.spec.ts +3 -0
- package/tests/vmock.spec.ts +3 -0
- package/tests/workday.spec.ts +9 -0
- package/tests-wtr/heuristics/heuristics-utils.test.ts +7 -0
- package/dist/types/cmps/tumblr-com.d.ts +0 -15
- 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
|