@duckduckgo/autoconsent 14.94.0 → 14.95.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 +21 -0
- package/data/coverage.json +1424 -1485
- 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/aws-amazon.json +23 -13
- package/rules/autoconsent/didomi.json +1 -1
- package/rules/autoconsent/yachtclubgames.json +35 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/didomi.spec.ts +1 -2
- package/tests/yachtclubgames.spec.ts +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# v14.95.0 (Sat Jun 13 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Fix AWS Shortbread opt-out by using the new Decline button [#1394](https://github.com/duckduckgo/autoconsent/pull/1394) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
6
|
+
- Add yachtclubgames.com rule for custom cookie popup [#1370](https://github.com/duckduckgo/autoconsent/pull/1370) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth) [@cursor[bot]](https://github.com/cursor[bot]))
|
|
7
|
+
|
|
8
|
+
#### 🐛 Bug Fix
|
|
9
|
+
|
|
10
|
+
- didomi: avoid premature popup detection on aria-hidden hosts [#1392](https://github.com/duckduckgo/autoconsent/pull/1392) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
11
|
+
- Coverage data update [#1366](https://github.com/duckduckgo/autoconsent/pull/1366) ([@daxtheduck](https://github.com/daxtheduck))
|
|
12
|
+
|
|
13
|
+
#### Authors: 4
|
|
14
|
+
|
|
15
|
+
- [@cursor[bot]](https://github.com/cursor[bot])
|
|
16
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
17
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
18
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
# v14.94.0 (Fri Jun 12 2026)
|
|
2
23
|
|
|
3
24
|
#### 🚀 Enhancement
|