@duckduckgo/autoconsent 10.7.0 → 10.8.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/data/coverage.json +997 -1011
- package/dist/addon-firefox/background.bundle.js +2 -0
- package/dist/addon-firefox/content.bundle.js +21 -7
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/background.bundle.js +2 -0
- package/dist/addon-mv3/content.bundle.js +21 -7
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +21 -7
- package/dist/autoconsent.esm.js +21 -7
- package/dist/autoconsent.playwright.js +1 -1
- package/dist/autoconsent.unit.js +22 -8
- package/lib/cmps/trustarc-frame.ts +25 -6
- package/lib/cmps/trustarc-top.ts +2 -1
- package/lib/eval-snippets.ts +2 -0
- package/package.json +1 -1
- package/rules/autoconsent/instagram.json +1 -1
- package/rules/rules.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v10.8.0 (Tue May 14 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Adjusted TrustArc optout [#436](https://github.com/duckduckgo/autoconsent/pull/436) ([@hyebahi](https://github.com/hyebahi))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- fix: instagram.com [#435](https://github.com/duckduckgo/autoconsent/pull/435) ([@seia-soto](https://github.com/seia-soto))
|
|
10
|
+
- Monthly Coverage data update [#434](https://github.com/duckduckgo/autoconsent/pull/434) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
|
|
11
|
+
|
|
12
|
+
#### Authors: 4
|
|
13
|
+
|
|
14
|
+
- [@hyebahi](https://github.com/hyebahi)
|
|
15
|
+
- Dax the Deployer (dax@duckduckgo.com)
|
|
16
|
+
- HoJeong Go ([@seia-soto](https://github.com/seia-soto))
|
|
17
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v10.7.0 (Thu May 02 2024)
|
|
2
22
|
|
|
3
23
|
#### 🚀 Enhancement
|