@duckduckgo/autoconsent 14.84.1 → 14.84.2
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 +17 -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/package.json +1 -1
- package/rules/autoconsent/eltax-lta-go-jp.json +12 -0
- package/rules/autoconsent/sostereo.json +21 -0
- package/rules/autoconsent/trustarc-newcm.json +30 -0
- package/rules/autoconsent/trybe.json +38 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/eltax-lta-go-jp.spec.ts +5 -0
- package/tests/sostereo.spec.ts +3 -0
- package/tests/trustarc-newcm.spec.ts +7 -0
- package/tests/trybe.spec.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# v14.84.2 (Sat May 23 2026)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Add trybe cookie consent rule for try.be sites [#1203](https://github.com/duckduckgo/autoconsent/pull/1203) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov) [@sammacbeth](https://github.com/sammacbeth))
|
|
6
|
+
- Add rule for eltax.lta.go.jp payment portal cookie popup [#1361](https://github.com/duckduckgo/autoconsent/pull/1361) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
7
|
+
- Add sostereo.com rule [#1360](https://github.com/duckduckgo/autoconsent/pull/1360) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
8
|
+
- Add TrustArc-newcm rule for new shadow-DOM consent format [#1359](https://github.com/duckduckgo/autoconsent/pull/1359) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
9
|
+
|
|
10
|
+
#### Authors: 3
|
|
11
|
+
|
|
12
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
13
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
14
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
# v14.84.1 (Fri May 22 2026)
|
|
2
19
|
|
|
3
20
|
#### 🐛 Bug Fix
|