@duckduckgo/autoconsent 14.61.0 → 14.63.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 +28 -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/bandcamp.json +31 -0
- package/rules/autoconsent/schoolhouse-com.json +31 -0
- package/rules/autoconsent/sirdata.json +24 -9
- package/rules/compact-rules.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/bandcamp.spec.ts +3 -0
- package/tests/schoolhouse-com.spec.ts +3 -0
- package/tests/sirdata.spec.ts +1 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# v14.63.0 (Sat Mar 21 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Sirdata rule cookie handling [#1187](https://github.com/duckduckgo/autoconsent/pull/1187) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
6
|
+
- cosmetic rule for schoolhouse.com [#1140](https://github.com/duckduckgo/autoconsent/pull/1140) ([@muodov](https://github.com/muodov) [@cursoragent](https://github.com/cursoragent))
|
|
7
|
+
|
|
8
|
+
#### Authors: 3
|
|
9
|
+
|
|
10
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
11
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
12
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# v14.62.0 (Fri Mar 20 2026)
|
|
17
|
+
|
|
18
|
+
#### 🚀 Enhancement
|
|
19
|
+
|
|
20
|
+
- Add bandcamp.com cookie consent rule [#1200](https://github.com/duckduckgo/autoconsent/pull/1200) ([@cursoragent](https://github.com/cursoragent) [@sammacbeth](https://github.com/sammacbeth))
|
|
21
|
+
|
|
22
|
+
#### Authors: 2
|
|
23
|
+
|
|
24
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
25
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
1
29
|
# v14.61.0 (Thu Mar 19 2026)
|
|
2
30
|
|
|
3
31
|
#### 🚀 Enhancement
|