@duckduckgo/autoconsent 14.40.0 → 14.41.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 +13 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +2 -1
- 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 +2 -1
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +2 -1
- package/dist/autoconsent.esm.js +2 -1
- package/dist/autoconsent.extra.cjs.js +2 -1
- package/dist/autoconsent.extra.esm.js +2 -1
- package/dist/autoconsent.playwright.js +2 -1
- package/lib/web.ts +2 -1
- package/package.json +1 -1
- package/rules/autoconsent/axeptio.json +27 -11
- package/rules/autoconsent/pornhub.json +26 -4
- package/rules/compact-rules.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/axeptio.spec.ts +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v14.41.0 (Fri Dec 05 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Support shadowDOM version of axeptio [#837](https://github.com/duckduckgo/autoconsent/pull/837) ([@muodov](https://github.com/muodov))
|
|
6
|
+
- Fix pornhub rule for US [#1095](https://github.com/duckduckgo/autoconsent/pull/1095) ([@muodov](https://github.com/muodov))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v14.40.0 (Thu Dec 04 2025)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|