@duckduckgo/autoconsent 14.56.0 → 14.58.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 +25 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +7 -2
- 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 +7 -2
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +7 -2
- package/dist/autoconsent.esm.js +7 -2
- package/dist/autoconsent.extra.cjs.js +7 -2
- package/dist/autoconsent.extra.esm.js +7 -2
- package/dist/autoconsent.playwright.js +7 -2
- package/lib/cmps/consentmanager.ts +4 -2
- package/lib/cmps/cookiebot.ts +3 -0
- package/package.json +1 -1
- package/rules/compact-rules.json +1 -1
- package/rules/generated/auto_CA_brandonsanderson.com_r7x.json +40 -0
- package/rules/rules.json +1 -1
- package/tests/consentmanager.spec.ts +1 -0
- package/tests/cookiebot.spec.ts +1 -0
- package/tests/generated/auto_CA_brandonsanderson.com_r7x.spec.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v14.58.0 (Tue Mar 10 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- 🤖 Add autoconsent rules for 1 sites (0 need review) [#1182](https://github.com/duckduckgo/autoconsent/pull/1182) ([@daxtheduck](https://github.com/daxtheduck))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v14.57.0 (Sat Mar 07 2026)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- Reverse consentmanager popup detection: visible elements first, then API [#1165](https://github.com/duckduckgo/autoconsent/pull/1165) ([@sammacbeth](https://github.com/sammacbeth))
|
|
18
|
+
- Add quick click path for cookiebot. [#1164](https://github.com/duckduckgo/autoconsent/pull/1164) ([@sammacbeth](https://github.com/sammacbeth))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v14.56.0 (Thu Feb 26 2026)
|
|
2
27
|
|
|
3
28
|
#### 🚀 Enhancement
|