@duckduckgo/autoconsent 14.20.0 → 14.22.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 +31 -0
- package/dist/addon-firefox/content.bundle.js +2 -2
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/content.bundle.js +2 -2
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +2 -2
- package/dist/autoconsent.esm.js +2 -2
- package/dist/autoconsent.extra.cjs.js +2 -2
- package/dist/autoconsent.extra.esm.js +2 -2
- package/dist/autoconsent.playwright.js +3 -3
- package/lib/cmps/base.ts +2 -2
- package/package.json +1 -1
- package/rules/compact-rules.json +1 -1
- package/rules/generated/auto_AU_eandt.theiet.org_6zf.json +40 -0
- package/rules/generated/auto_GB_moneysupermarket.com_0.json +4 -4
- package/rules/rules.json +1 -1
- package/tests/generated/auto_AU_eandt.theiet.org_6zf.spec.ts +8 -0
- package/tests/generated/auto_GB_moneysupermarket.com_0.spec.ts +1 -1
- package/rules/autoconsent/acs.org.json +0 -29
- package/rules/autoconsent/ausopen.json +0 -8
- package/rules/autoconsent/britannica-kids.json +0 -29
- package/rules/autoconsent/crossfit-com.json +0 -9
- package/rules/autoconsent/indeed-com.json +0 -9
- package/rules/autoconsent/ing-de.json +0 -12
- package/rules/autoconsent/macpaw-com.json +0 -9
- package/rules/autoconsent/marksandspencer.json +0 -8
- package/rules/autoconsent/nrk-no.json +0 -9
- package/rules/autoconsent/pinetools-com.json +0 -9
- package/rules/autoconsent/pornpics.json +0 -9
- package/rules/autoconsent/ratemyprofessors.json +0 -29
- package/rules/autoconsent/setapp.com.json +0 -29
- package/rules/autoconsent/similarweb-com.json +0 -9
- package/rules/autoconsent/tractor-supply.json +0 -12
- package/rules/autoconsent/true-car.json +0 -12
- package/rules/autoconsent/truthsocial.json +0 -29
- package/rules/autoconsent/twitch-mobile.json +0 -29
- package/rules/autoconsent/urbanarmorgear-com.json +0 -9
- package/rules/autoconsent/whitepages.json +0 -12
- package/rules/autoconsent/wolframalpha.json +0 -29
- package/tests/acs.org.spec.ts +0 -3
- package/tests/ausopen.spec.ts +0 -5
- package/tests/britannica-kids.spec.ts +0 -3
- package/tests/crossfit-com.spec.ts +0 -3
- package/tests/indeed.spec.ts +0 -5
- package/tests/macpaw-com.spec.ts +0 -3
- package/tests/marksandspencer.spec.ts +0 -5
- package/tests/nrk-no.spec.ts +0 -3
- package/tests/pinetools-com.spec.ts +0 -3
- package/tests/pornpics.spec.ts +0 -3
- package/tests/ratemyprofessors.spec.ts +0 -3
- package/tests/setapp.com.spec.ts +0 -3
- package/tests/similarweb-com.spec.ts +0 -3
- package/tests/tractor-supply.spec.ts +0 -3
- package/tests/true-car.spec.ts +0 -3
- package/tests/truthsocial.spec.ts +0 -3
- package/tests/twitch-mobile.spec.ts +0 -3
- package/tests/urbanarmorgear-com.spec.ts +0 -3
- package/tests/whitepages.spec.ts +0 -3
- package/tests/wolframalpha.spec.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
# v14.22.0 (Sat Sep 20 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- 🤖 Add autoconsent rules for 1 sites (0 need review) [#940](https://github.com/duckduckgo/autoconsent/pull/940) ([@daxtheduck](https://github.com/daxtheduck))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v14.21.0 (Fri Sep 19 2025)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- Cleanup obsolete site-specific cosmetic rules [#937](https://github.com/duckduckgo/autoconsent/pull/937) ([@sammacbeth](https://github.com/sammacbeth))
|
|
18
|
+
- 🤖 Add autoconsent rules for 1 sites (0 need review) [#932](https://github.com/duckduckgo/autoconsent/pull/932) ([@daxtheduck](https://github.com/daxtheduck))
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug Fix
|
|
21
|
+
|
|
22
|
+
- Fix: Respect the configuration for logging [#933](https://github.com/duckduckgo/autoconsent/pull/933) ([@chrmod](https://github.com/chrmod))
|
|
23
|
+
|
|
24
|
+
#### Authors: 3
|
|
25
|
+
|
|
26
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
27
|
+
- Krzysztof Modras ([@chrmod](https://github.com/chrmod))
|
|
28
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
1
32
|
# v14.20.0 (Thu Sep 04 2025)
|
|
2
33
|
|
|
3
34
|
#### 🚀 Enhancement
|
|
@@ -1019,9 +1019,9 @@
|
|
|
1019
1019
|
const condition = await this.evaluateRuleStep(rule.if);
|
|
1020
1020
|
logsConfig.rulesteps && console.log("Condition is", condition);
|
|
1021
1021
|
if (condition) {
|
|
1022
|
-
results.push(this._runRulesSequentially(rule.then));
|
|
1022
|
+
results.push(this._runRulesSequentially(rule.then), logsConfig.rulesteps);
|
|
1023
1023
|
} else if (rule.else) {
|
|
1024
|
-
results.push(this._runRulesSequentially(rule.else));
|
|
1024
|
+
results.push(this._runRulesSequentially(rule.else), logsConfig.rulesteps);
|
|
1025
1025
|
} else {
|
|
1026
1026
|
results.push(true);
|
|
1027
1027
|
}
|