@duckduckgo/autoconsent 16.12.0 → 16.13.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 +15 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +32 -8
- 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 +32 -8
- 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 +32 -8
- package/dist/autoconsent.esm.js +32 -8
- package/dist/autoconsent.playwright.js +32 -8
- package/dist/autoconsent.standalone.js +33 -9
- package/dist/types/heuristic-patterns.d.ts +2 -1
- package/dist/types/heuristics.d.ts +1 -0
- package/lib/heuristic-patterns.ts +21 -4
- package/lib/heuristics.ts +17 -5
- package/package.json +1 -1
- package/rules/autoconsent/unive-nl.json +40 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/unive-nl.spec.ts +3 -0
- package/tests-wtr/heuristics/get-actionable-popups.html +10 -0
- package/tests-wtr/heuristics/get-actionable-popups.ts +8 -0
- package/tests-wtr/heuristics/heuristics-utils.test.ts +38 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v16.13.0 (Wed Jul 22 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- Skip age-verification popups in heuristic CMP detection (doublelist.com fix) [#1432](https://github.com/duckduckgo/autoconsent/pull/1432) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov) [@cursor[bot]](https://github.com/cursor[bot]))
|
|
6
|
+
- Add unive.nl cookie banner rule [#1438](https://github.com/duckduckgo/autoconsent/pull/1438) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov) [@cursor[bot]](https://github.com/cursor[bot]))
|
|
7
|
+
|
|
8
|
+
#### Authors: 3
|
|
9
|
+
|
|
10
|
+
- [@cursor[bot]](https://github.com/cursor[bot])
|
|
11
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
12
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v16.12.0 (Sat Jul 18 2026)
|
|
2
17
|
|
|
3
18
|
#### Rules
|