@duckduckgo/autoconsent 14.41.0 → 14.43.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 +27 -0
- package/dist/addon-firefox/compact-rules.json +1 -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/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.extra.cjs.js +2 -2
- package/dist/autoconsent.extra.esm.js +2 -2
- package/lib/filterlist-engine.ts +2 -2
- package/package.json +1 -1
- package/rules/compact-rules.json +1 -1
- package/rules/filterlist.txt +242 -290
- package/rules/generated/auto_AU_mercedesbenzstadium.com_wzc.json +40 -0
- package/rules/generated/auto_CA_ticketsource.com_kiv.json +40 -0
- package/rules/rules.json +1 -1
- package/tests/generated/auto_AU_mercedesbenzstadium.com_wzc.spec.ts +6 -0
- package/tests/generated/auto_CA_ticketsource.com_kiv.spec.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# v14.43.0 (Tue Dec 09 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- 🤖 Add autoconsent rules for 1 sites (0 need review) [#1097](https://github.com/duckduckgo/autoconsent/pull/1097) ([@daxtheduck](https://github.com/daxtheduck))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v14.42.0 (Sat Dec 06 2025)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- Update EasyList Cookie to 22991206f866d0ce43d4e342b1ccb0a81dd3a312 [#1048](https://github.com/duckduckgo/autoconsent/pull/1048) ([@sammacbeth](https://github.com/sammacbeth) [@github-actions[bot]](https://github.com/github-actions[bot]))
|
|
18
|
+
- 🤖 Add autoconsent rules for 1 sites (0 need review) [#1096](https://github.com/duckduckgo/autoconsent/pull/1096) ([@daxtheduck](https://github.com/daxtheduck))
|
|
19
|
+
|
|
20
|
+
#### Authors: 3
|
|
21
|
+
|
|
22
|
+
- [@github-actions[bot]](https://github.com/github-actions[bot])
|
|
23
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
24
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
1
28
|
# v14.41.0 (Fri Dec 05 2025)
|
|
2
29
|
|
|
3
30
|
#### 🚀 Enhancement
|