@duckduckgo/autoconsent 16.4.0 → 16.6.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 +26 -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/piano.io.json +14 -0
- package/rules/autoconsent/pikpak.json +48 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/piano.io.spec.ts +3 -0
- package/tests/pikpak.spec.ts +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
# v16.6.0 (Sat Jul 04 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- Add piano.io cookie banner rule [#1421](https://github.com/duckduckgo/autoconsent/pull/1421) ([@cursoragent](https://github.com/cursoragent) [@cursor[bot]](https://github.com/cursor[bot]))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- [@cursor[bot]](https://github.com/cursor[bot])
|
|
10
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v16.5.0 (Fri Jul 03 2026)
|
|
15
|
+
|
|
16
|
+
#### Rules
|
|
17
|
+
|
|
18
|
+
- Add pikpak cookie consent rule [#1420](https://github.com/duckduckgo/autoconsent/pull/1420) ([@cursoragent](https://github.com/cursoragent) [@cursor[bot]](https://github.com/cursor[bot]))
|
|
19
|
+
|
|
20
|
+
#### Authors: 2
|
|
21
|
+
|
|
22
|
+
- [@cursor[bot]](https://github.com/cursor[bot])
|
|
23
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
1
27
|
# v16.4.0 (Thu Jul 02 2026)
|
|
2
28
|
|
|
3
29
|
#### Rules
|