@duckduckgo/autoconsent 16.1.0 → 16.2.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 +516 -10
- package/dist/addon-firefox/manifest.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 +516 -10
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +516 -10
- package/dist/autoconsent.esm.js +516 -10
- package/dist/autoconsent.playwright.js +516 -10
- package/dist/autoconsent.standalone.js +517 -11
- package/lib/heuristic-patterns.ts +553 -1
- package/package.json +1 -1
- package/rules/autoconsent/nhnieuws.json +5 -8
- package/rules/compact-rules.json +1 -1
- package/rules/rules.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v16.2.0 (Tue Jun 30 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- Update nhnieuws rule for redesigned consent popup [#1412](https://github.com/duckduckgo/autoconsent/pull/1412) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
6
|
+
- Add heuristic patterns for Spanish and Polish [#1404](https://github.com/duckduckgo/autoconsent/pull/1404) ([@GuiltyDolphin](https://github.com/GuiltyDolphin) [@muodov](https://github.com/muodov))
|
|
7
|
+
|
|
8
|
+
#### Authors: 3
|
|
9
|
+
|
|
10
|
+
- Ben Moon ([@GuiltyDolphin](https://github.com/GuiltyDolphin))
|
|
11
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
12
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v16.1.0 (Fri Jun 26 2026)
|
|
2
17
|
|
|
3
18
|
#### CI / Release Automation
|