@duckduckgo/autoconsent 16.3.0 → 16.4.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 +20 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/devtools/panel.html +5 -0
- package/dist/addon-firefox/devtools/panel.ts +18 -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/devtools/panel.html +5 -0
- package/dist/addon-mv3/devtools/panel.js +12 -0
- package/dist/addon-mv3/devtools/panel.ts +18 -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/ketch.json +58 -19
- package/rules/autoconsent/msn.json +18 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/ketch.spec.ts +33 -19
- package/tests/msn.spec.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v16.4.0 (Thu Jul 02 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- ketch: handle US/CCPA preferences modal with no Reject All [#1391](https://github.com/duckduckgo/autoconsent/pull/1391) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth) [@muodov](https://github.com/muodov))
|
|
6
|
+
- Add msn.com cookie banner rule [#1418](https://github.com/duckduckgo/autoconsent/pull/1418) ([@cursoragent](https://github.com/cursoragent) [@cursor[bot]](https://github.com/cursor[bot]))
|
|
7
|
+
|
|
8
|
+
#### Test Infrastructure
|
|
9
|
+
|
|
10
|
+
- add performance measuremenet button to devtools [#1417](https://github.com/duckduckgo/autoconsent/pull/1417) ([@muodov](https://github.com/muodov))
|
|
11
|
+
|
|
12
|
+
#### Authors: 4
|
|
13
|
+
|
|
14
|
+
- [@cursor[bot]](https://github.com/cursor[bot])
|
|
15
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
16
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
17
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v16.3.0 (Wed Jul 01 2026)
|
|
2
22
|
|
|
3
23
|
#### Rules
|