@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.
Files changed (61) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/addon-firefox/content.bundle.js +2 -2
  3. package/dist/addon-firefox/manifest.json +1 -1
  4. package/dist/addon-firefox/rules.json +1 -1
  5. package/dist/addon-mv3/content.bundle.js +2 -2
  6. package/dist/addon-mv3/manifest.json +1 -1
  7. package/dist/addon-mv3/rules.json +1 -1
  8. package/dist/autoconsent.cjs.js +2 -2
  9. package/dist/autoconsent.esm.js +2 -2
  10. package/dist/autoconsent.extra.cjs.js +2 -2
  11. package/dist/autoconsent.extra.esm.js +2 -2
  12. package/dist/autoconsent.playwright.js +3 -3
  13. package/lib/cmps/base.ts +2 -2
  14. package/package.json +1 -1
  15. package/rules/compact-rules.json +1 -1
  16. package/rules/generated/auto_AU_eandt.theiet.org_6zf.json +40 -0
  17. package/rules/generated/auto_GB_moneysupermarket.com_0.json +4 -4
  18. package/rules/rules.json +1 -1
  19. package/tests/generated/auto_AU_eandt.theiet.org_6zf.spec.ts +8 -0
  20. package/tests/generated/auto_GB_moneysupermarket.com_0.spec.ts +1 -1
  21. package/rules/autoconsent/acs.org.json +0 -29
  22. package/rules/autoconsent/ausopen.json +0 -8
  23. package/rules/autoconsent/britannica-kids.json +0 -29
  24. package/rules/autoconsent/crossfit-com.json +0 -9
  25. package/rules/autoconsent/indeed-com.json +0 -9
  26. package/rules/autoconsent/ing-de.json +0 -12
  27. package/rules/autoconsent/macpaw-com.json +0 -9
  28. package/rules/autoconsent/marksandspencer.json +0 -8
  29. package/rules/autoconsent/nrk-no.json +0 -9
  30. package/rules/autoconsent/pinetools-com.json +0 -9
  31. package/rules/autoconsent/pornpics.json +0 -9
  32. package/rules/autoconsent/ratemyprofessors.json +0 -29
  33. package/rules/autoconsent/setapp.com.json +0 -29
  34. package/rules/autoconsent/similarweb-com.json +0 -9
  35. package/rules/autoconsent/tractor-supply.json +0 -12
  36. package/rules/autoconsent/true-car.json +0 -12
  37. package/rules/autoconsent/truthsocial.json +0 -29
  38. package/rules/autoconsent/twitch-mobile.json +0 -29
  39. package/rules/autoconsent/urbanarmorgear-com.json +0 -9
  40. package/rules/autoconsent/whitepages.json +0 -12
  41. package/rules/autoconsent/wolframalpha.json +0 -29
  42. package/tests/acs.org.spec.ts +0 -3
  43. package/tests/ausopen.spec.ts +0 -5
  44. package/tests/britannica-kids.spec.ts +0 -3
  45. package/tests/crossfit-com.spec.ts +0 -3
  46. package/tests/indeed.spec.ts +0 -5
  47. package/tests/macpaw-com.spec.ts +0 -3
  48. package/tests/marksandspencer.spec.ts +0 -5
  49. package/tests/nrk-no.spec.ts +0 -3
  50. package/tests/pinetools-com.spec.ts +0 -3
  51. package/tests/pornpics.spec.ts +0 -3
  52. package/tests/ratemyprofessors.spec.ts +0 -3
  53. package/tests/setapp.com.spec.ts +0 -3
  54. package/tests/similarweb-com.spec.ts +0 -3
  55. package/tests/tractor-supply.spec.ts +0 -3
  56. package/tests/true-car.spec.ts +0 -3
  57. package/tests/truthsocial.spec.ts +0 -3
  58. package/tests/twitch-mobile.spec.ts +0 -3
  59. package/tests/urbanarmorgear-com.spec.ts +0 -3
  60. package/tests/whitepages.spec.ts +0 -3
  61. 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
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2025.9.3",
4
+ "version": "2025.9.19",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"