@duckduckgo/autoconsent 14.66.0 → 14.68.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 +41 -0
- package/data/coverage.json +5846 -2663
- package/dist/addon-firefox/background.bundle.js +20 -8
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +0 -2
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/background.bundle.js +20 -8
- package/dist/addon-mv3/compact-rules.json +1 -1
- package/dist/addon-mv3/content.bundle.js +0 -2
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +0 -2
- package/dist/autoconsent.esm.js +0 -2
- package/dist/autoconsent.extra.cjs.js +0 -2
- package/dist/autoconsent.extra.esm.js +0 -2
- package/dist/autoconsent.playwright.js +0 -2
- package/dist/types/eval-snippets.d.ts +0 -2
- package/lib/eval-snippets.ts +0 -3
- package/package.json +1 -1
- package/playwright/runner.ts +9 -1
- package/rules/autoconsent/elsevier-pure.json +31 -0
- package/rules/autoconsent/ensighten.json +50 -0
- package/rules/autoconsent/facebook.json +21 -7
- package/rules/autoconsent/fullertonhotels.com.json +37 -0
- package/rules/autoconsent/geni.com.json +8 -5
- package/rules/autoconsent/remarkable.com.json +6 -27
- package/rules/autoconsent/unicourt.json +5 -5
- package/rules/compact-rules.json +1 -1
- package/rules/generated/auto_AU_flysaa.com_qsm.json +10 -9
- package/rules/generated/auto_DE_immobilien.sparkasse.de_zj7.json +10 -10
- package/rules/rules.json +1 -1
- package/tests/elsevier-pure.spec.ts +11 -0
- package/tests/ensighten.spec.ts +9 -0
- package/tests/fullertonhotels.com.spec.ts +6 -0
- package/rules/autoconsent/ens-modal.json +0 -13
- package/rules/autoconsent/ens-notify-banner.json +0 -12
- package/rules/autoconsent/mediavine.json +0 -17
- package/rules/autoconsent/national-lottery-co-uk.json +0 -11
- package/rules/autoconsent/ouraring.json +0 -36
- package/rules/generated/auto_AU_discover.utas.edu.au_k2n.json +0 -37
- package/rules/generated/auto_AU_experts.deakin.edu.au_0kw.json +0 -40
- package/rules/generated/auto_AU_experts.griffith.edu.au_oi0.json +0 -37
- package/rules/generated/auto_AU_fullertonhotels.com_y46.json +0 -40
- package/rules/generated/auto_AU_profiles.uts.edu.au_ouv.json +0 -37
- package/rules/generated/auto_AU_scholars.latrobe.edu.au_li6.json +0 -40
- package/rules/generated/auto_CA_discover.research.utoronto.ca_vtf.json +0 -40
- package/rules/generated/auto_CA_remarkable.com_kt9.json +0 -40
- package/rules/generated/auto_GB_profiles.ucl.ac.uk_lpo.json +0 -40
- package/tests/generated/auto_AU_discover.utas.edu.au_k2n.spec.ts +0 -6
- package/tests/generated/auto_AU_experts.deakin.edu.au_0kw.spec.ts +0 -6
- package/tests/generated/auto_AU_experts.griffith.edu.au_oi0.spec.ts +0 -6
- package/tests/generated/auto_AU_fullertonhotels.com_y46.spec.ts +0 -6
- package/tests/generated/auto_AU_profiles.uts.edu.au_ouv.spec.ts +0 -6
- package/tests/generated/auto_AU_scholars.latrobe.edu.au_li6.spec.ts +0 -6
- package/tests/generated/auto_CA_discover.research.utoronto.ca_vtf.spec.ts +0 -6
- package/tests/generated/auto_CA_remarkable.com_kt9.spec.ts +0 -2
- package/tests/generated/auto_GB_profiles.ucl.ac.uk_lpo.spec.ts +0 -6
- package/tests/mediavine.spec.ts +0 -5
- package/tests/national-lottery.spec.ts +0 -5
- package/tests/ouraring.spec.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
# v14.68.0 (Wed Apr 08 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- fix(sparkasse): update immobilien.sparkasse.de rule for new CMP [#1246](https://github.com/duckduckgo/autoconsent/pull/1246) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
6
|
+
- Add generic elsevier-pure rule for Elsevier Pure research portal cookie popups [#1226](https://github.com/duckduckgo/autoconsent/pull/1226) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
7
|
+
- Fix generated rule for flysaa.com [#1225](https://github.com/duckduckgo/autoconsent/pull/1225) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
8
|
+
- Fix rule for fullertonhotels.com [#1224](https://github.com/duckduckgo/autoconsent/pull/1224) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
9
|
+
- Fix CMP detection regressions for 10 sites [#1245](https://github.com/duckduckgo/autoconsent/pull/1245) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- Coverage data update [#1242](https://github.com/duckduckgo/autoconsent/pull/1242) ([@daxtheduck](https://github.com/daxtheduck))
|
|
14
|
+
|
|
15
|
+
#### Authors: 3
|
|
16
|
+
|
|
17
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
18
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
19
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# v14.67.0 (Tue Mar 31 2026)
|
|
24
|
+
|
|
25
|
+
#### 🚀 Enhancement
|
|
26
|
+
|
|
27
|
+
- Merge ensighten rules [#1124](https://github.com/duckduckgo/autoconsent/pull/1124) ([@muodov](https://github.com/muodov))
|
|
28
|
+
|
|
29
|
+
#### 🐛 Bug Fix
|
|
30
|
+
|
|
31
|
+
- Fix optIn in test extension and Playwright runner by using full rules [#1219](https://github.com/duckduckgo/autoconsent/pull/1219) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
|
|
32
|
+
- Add CLAUDE.md as symlink to AGENTS.md [#1220](https://github.com/duckduckgo/autoconsent/pull/1220) ([@cursoragent](https://github.com/cursoragent) [@noisysocks](https://github.com/noisysocks))
|
|
33
|
+
|
|
34
|
+
#### Authors: 3
|
|
35
|
+
|
|
36
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
37
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
38
|
+
- Robert Anderson ([@noisysocks](https://github.com/noisysocks))
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
1
42
|
# v14.66.0 (Sat Mar 28 2026)
|
|
2
43
|
|
|
3
44
|
#### 🚀 Enhancement
|