@duckduckgo/autoconsent 16.35.0 → 16.37.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 +34 -0
- package/dist/addon-firefox/compact-rules.json +1 -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/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/aquasana-com.json +2 -2
- package/rules/autoconsent/as-adventure.json +42 -0
- package/rules/autoconsent/bbc.com.json +44 -6
- package/rules/autoconsent/bcferries.com.json +37 -0
- package/rules/autoconsent/mensaje-cookies.json +24 -0
- package/rules/autoconsent/mipro.com.tw.json +10 -0
- package/rules/autoconsent/mirasvit-gdpr.json +58 -0
- package/rules/autoconsent/tlc-direct.json +18 -0
- package/rules/autoconsent/xe.com.json +11 -9
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/aquasana-com.spec.ts +1 -1
- package/tests/as-adventure.spec.ts +10 -0
- package/tests/bbc.com.spec.ts +9 -1
- package/tests/bcferries.com.spec.ts +3 -0
- package/tests/mensaje-cookies.spec.ts +5 -0
- package/tests/mipro.com.tw.spec.ts +3 -0
- package/tests/mirasvit-gdpr.spec.ts +18 -0
- package/tests/tlc-direct.spec.ts +5 -0
- package/tests/xe.com.spec.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
# v16.37.0 (Sat Sep 05 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- Rule update: mirasvit-gdpr [#1545](https://github.com/duckduckgo/autoconsent/pull/1545) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
6
|
+
- Rule update: bbc.com [#1544](https://github.com/duckduckgo/autoconsent/pull/1544) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
7
|
+
- Rule update: tlc-direct [#1543](https://github.com/duckduckgo/autoconsent/pull/1543) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov) [@daxtheduck](https://github.com/daxtheduck))
|
|
8
|
+
- Rule update: aquasana.com [#1542](https://github.com/duckduckgo/autoconsent/pull/1542) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
9
|
+
- Rule update: mipro.com.tw [#1541](https://github.com/duckduckgo/autoconsent/pull/1541) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
10
|
+
- Rule update: bcferries.com [#1539](https://github.com/duckduckgo/autoconsent/pull/1539) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
11
|
+
- Rule update: as-adventure [#1540](https://github.com/duckduckgo/autoconsent/pull/1540) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
12
|
+
- Rule update: xe.com [#1538](https://github.com/duckduckgo/autoconsent/pull/1538) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
13
|
+
|
|
14
|
+
#### Authors: 3
|
|
15
|
+
|
|
16
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
17
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
18
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# v16.36.0 (Fri Sep 04 2026)
|
|
23
|
+
|
|
24
|
+
#### Rules
|
|
25
|
+
|
|
26
|
+
- Rule update: mensaje-cookies [#1533](https://github.com/duckduckgo/autoconsent/pull/1533) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
27
|
+
|
|
28
|
+
#### Authors: 2
|
|
29
|
+
|
|
30
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
31
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
1
35
|
# v16.35.0 (Thu Sep 03 2026)
|
|
2
36
|
|
|
3
37
|
#### Rules
|