@duckduckgo/autoconsent 9.7.0 → 9.7.2

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 CHANGED
@@ -1,3 +1,27 @@
1
+ # v9.7.2 (Fri Feb 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Tweak some site-specific rules to support mobile versions [#371](https://github.com/duckduckgo/autoconsent/pull/371) ([@muodov](https://github.com/muodov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
10
+
11
+ ---
12
+
13
+ # v9.7.1 (Fri Feb 02 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Avoid :has selectors in detect rules [#370](https://github.com/duckduckgo/autoconsent/pull/370) ([@muodov](https://github.com/muodov))
18
+
19
+ #### Authors: 1
20
+
21
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
22
+
23
+ ---
24
+
1
25
  # v9.7.0 (Fri Feb 02 2024)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2024.1.31",
4
+ "version": "2024.2.2",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"
@@ -2315,7 +2315,7 @@
2315
2315
  "name": "dndbeyond",
2316
2316
  "vendorUrl": "https://www.dndbeyond.com/",
2317
2317
  "runContext": {
2318
- "urlPattern": "^https://www\\.dndbeyond\\.com/"
2318
+ "urlPattern": "^https://(www\\.)?dndbeyond\\.com/"
2319
2319
  },
2320
2320
  "prehideSelectors": [
2321
2321
  "[id^=cookie-consent-banner]"
@@ -3359,7 +3359,7 @@
3359
3359
  "name": "jdsports",
3360
3360
  "vendorUrl": "https://www.jdsports.co.uk/",
3361
3361
  "runContext": {
3362
- "urlPattern": "^https://www\\.jdsports\\."
3362
+ "urlPattern": "^https://(www|m)\\.jdsports\\."
3363
3363
  },
3364
3364
  "prehideSelectors": [
3365
3365
  ".miniConsent,#PrivacyPolicyBanner"
@@ -3760,7 +3760,7 @@
3760
3760
  "name": "livejasmin",
3761
3761
  "vendorUrl": "https://www.livejasmin.com/",
3762
3762
  "runContext": {
3763
- "urlPattern": "^https://www\\.livejasmin\\.com/"
3763
+ "urlPattern": "^https://(m|www)\\.livejasmin\\.com/"
3764
3764
  },
3765
3765
  "prehideSelectors": [
3766
3766
  "#consent_modal"
@@ -4516,12 +4516,12 @@
4516
4516
  ],
4517
4517
  "detectCmp": [
4518
4518
  {
4519
- "exists": ".js-cookie-notice:has(#cookie_settings-form)"
4519
+ "exists": ".js-cookie-notice #cookie_settings-form"
4520
4520
  }
4521
4521
  ],
4522
4522
  "detectPopup": [
4523
4523
  {
4524
- "visible": ".js-cookie-notice:has(#cookie_settings-form)"
4524
+ "visible": ".js-cookie-notice #cookie_settings-form"
4525
4525
  }
4526
4526
  ],
4527
4527
  "optIn": [
@@ -6132,12 +6132,12 @@
6132
6132
  "prehideSelectors": [],
6133
6133
  "detectCmp": [
6134
6134
  {
6135
- "exists": ".ReactModal__Overlay:has([href=\"https://www.twitch.tv/p/cookie-policy\"])"
6135
+ "exists": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
6136
6136
  }
6137
6137
  ],
6138
6138
  "detectPopup": [
6139
6139
  {
6140
- "visible": ".ReactModal__Overlay:has([href=\"https://www.twitch.tv/p/cookie-policy\"])"
6140
+ "visible": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
6141
6141
  }
6142
6142
  ],
6143
6143
  "optIn": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Autoconsent",
4
- "version": "2024.1.31",
4
+ "version": "2024.2.2",
5
5
  "background": {
6
6
  "service_worker": "background.bundle.js"
7
7
  },
@@ -2315,7 +2315,7 @@
2315
2315
  "name": "dndbeyond",
2316
2316
  "vendorUrl": "https://www.dndbeyond.com/",
2317
2317
  "runContext": {
2318
- "urlPattern": "^https://www\\.dndbeyond\\.com/"
2318
+ "urlPattern": "^https://(www\\.)?dndbeyond\\.com/"
2319
2319
  },
2320
2320
  "prehideSelectors": [
2321
2321
  "[id^=cookie-consent-banner]"
@@ -3359,7 +3359,7 @@
3359
3359
  "name": "jdsports",
3360
3360
  "vendorUrl": "https://www.jdsports.co.uk/",
3361
3361
  "runContext": {
3362
- "urlPattern": "^https://www\\.jdsports\\."
3362
+ "urlPattern": "^https://(www|m)\\.jdsports\\."
3363
3363
  },
3364
3364
  "prehideSelectors": [
3365
3365
  ".miniConsent,#PrivacyPolicyBanner"
@@ -3760,7 +3760,7 @@
3760
3760
  "name": "livejasmin",
3761
3761
  "vendorUrl": "https://www.livejasmin.com/",
3762
3762
  "runContext": {
3763
- "urlPattern": "^https://www\\.livejasmin\\.com/"
3763
+ "urlPattern": "^https://(m|www)\\.livejasmin\\.com/"
3764
3764
  },
3765
3765
  "prehideSelectors": [
3766
3766
  "#consent_modal"
@@ -4516,12 +4516,12 @@
4516
4516
  ],
4517
4517
  "detectCmp": [
4518
4518
  {
4519
- "exists": ".js-cookie-notice:has(#cookie_settings-form)"
4519
+ "exists": ".js-cookie-notice #cookie_settings-form"
4520
4520
  }
4521
4521
  ],
4522
4522
  "detectPopup": [
4523
4523
  {
4524
- "visible": ".js-cookie-notice:has(#cookie_settings-form)"
4524
+ "visible": ".js-cookie-notice #cookie_settings-form"
4525
4525
  }
4526
4526
  ],
4527
4527
  "optIn": [
@@ -6132,12 +6132,12 @@
6132
6132
  "prehideSelectors": [],
6133
6133
  "detectCmp": [
6134
6134
  {
6135
- "exists": ".ReactModal__Overlay:has([href=\"https://www.twitch.tv/p/cookie-policy\"])"
6135
+ "exists": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
6136
6136
  }
6137
6137
  ],
6138
6138
  "detectPopup": [
6139
6139
  {
6140
- "visible": ".ReactModal__Overlay:has([href=\"https://www.twitch.tv/p/cookie-policy\"])"
6140
+ "visible": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
6141
6141
  }
6142
6142
  ],
6143
6143
  "optIn": [