@duckduckgo/autoconsent 16.34.0 → 16.35.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/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/manifest.json +1 -1
- package/dist/addon-mv3/rule-index.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.standalone.js +1 -1
- package/package.json +1 -1
- package/rules/autoconsent/coolblue.json +33 -0
- package/rules/autoconsent/postnl.json +28 -3
- package/rules/autoconsent/twitch.json +8 -3
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/coolblue.spec.ts +7 -0
- package/tests/twitch.spec.ts +1 -1
- package/rules/generated/auto_CH_coolblue.de_egw.json +0 -40
- package/tests/generated/auto_CH_coolblue.de_egw.spec.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v16.35.0 (Thu Sep 03 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- Rule update: postnl [#1536](https://github.com/duckduckgo/autoconsent/pull/1536) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
6
|
+
- Rule update: coolblue popup [#1537](https://github.com/duckduckgo/autoconsent/pull/1537) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
7
|
+
- Rule update: ddg_android (eun) CPM magic report: m.twitch.tv [#1535](https://github.com/duckduckgo/autoconsent/pull/1535) ([@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
|
+
|
|
1
16
|
# v16.34.0 (Wed Sep 02 2026)
|
|
2
17
|
|
|
3
18
|
#### Rules
|