@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.
@@ -4616,7 +4616,7 @@
4616
4616
  name: "dndbeyond",
4617
4617
  vendorUrl: "https://www.dndbeyond.com/",
4618
4618
  runContext: {
4619
- urlPattern: "^https://www\\.dndbeyond\\.com/"
4619
+ urlPattern: "^https://(www\\.)?dndbeyond\\.com/"
4620
4620
  },
4621
4621
  prehideSelectors: [
4622
4622
  "[id^=cookie-consent-banner]"
@@ -5660,7 +5660,7 @@
5660
5660
  name: "jdsports",
5661
5661
  vendorUrl: "https://www.jdsports.co.uk/",
5662
5662
  runContext: {
5663
- urlPattern: "^https://www\\.jdsports\\."
5663
+ urlPattern: "^https://(www|m)\\.jdsports\\."
5664
5664
  },
5665
5665
  prehideSelectors: [
5666
5666
  ".miniConsent,#PrivacyPolicyBanner"
@@ -6061,7 +6061,7 @@
6061
6061
  name: "livejasmin",
6062
6062
  vendorUrl: "https://www.livejasmin.com/",
6063
6063
  runContext: {
6064
- urlPattern: "^https://www\\.livejasmin\\.com/"
6064
+ urlPattern: "^https://(m|www)\\.livejasmin\\.com/"
6065
6065
  },
6066
6066
  prehideSelectors: [
6067
6067
  "#consent_modal"
@@ -6817,12 +6817,12 @@
6817
6817
  ],
6818
6818
  detectCmp: [
6819
6819
  {
6820
- exists: ".js-cookie-notice:has(#cookie_settings-form)"
6820
+ exists: ".js-cookie-notice #cookie_settings-form"
6821
6821
  }
6822
6822
  ],
6823
6823
  detectPopup: [
6824
6824
  {
6825
- visible: ".js-cookie-notice:has(#cookie_settings-form)"
6825
+ visible: ".js-cookie-notice #cookie_settings-form"
6826
6826
  }
6827
6827
  ],
6828
6828
  optIn: [
@@ -8433,12 +8433,12 @@
8433
8433
  prehideSelectors: [],
8434
8434
  detectCmp: [
8435
8435
  {
8436
- exists: '.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"])'
8436
+ exists: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'
8437
8437
  }
8438
8438
  ],
8439
8439
  detectPopup: [
8440
8440
  {
8441
- visible: '.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"])'
8441
+ visible: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'
8442
8442
  }
8443
8443
  ],
8444
8444
  optIn: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckduckgo/autoconsent",
3
- "version": "9.7.0",
3
+ "version": "9.7.2",
4
4
  "description": "",
5
5
  "main": "dist/autoconsent.cjs.js",
6
6
  "module": "dist/autoconsent.esm.js",
@@ -2,7 +2,7 @@
2
2
  "name": "dndbeyond",
3
3
  "vendorUrl": "https://www.dndbeyond.com/",
4
4
  "runContext": {
5
- "urlPattern": "^https://www\\.dndbeyond\\.com/"
5
+ "urlPattern": "^https://(www\\.)?dndbeyond\\.com/"
6
6
  },
7
7
  "prehideSelectors": ["[id^=cookie-consent-banner]"],
8
8
  "detectCmp": [
@@ -2,7 +2,7 @@
2
2
  "name": "jdsports",
3
3
  "vendorUrl": "https://www.jdsports.co.uk/",
4
4
  "runContext": {
5
- "urlPattern": "^https://www\\.jdsports\\."
5
+ "urlPattern": "^https://(www|m)\\.jdsports\\."
6
6
  },
7
7
  "prehideSelectors": [".miniConsent,#PrivacyPolicyBanner"],
8
8
  "detectCmp": [
@@ -2,7 +2,7 @@
2
2
  "name": "livejasmin",
3
3
  "vendorUrl": "https://www.livejasmin.com/",
4
4
  "runContext": {
5
- "urlPattern": "^https://www\\.livejasmin\\.com/"
5
+ "urlPattern": "^https://(m|www)\\.livejasmin\\.com/"
6
6
  },
7
7
  "prehideSelectors": ["#consent_modal"],
8
8
  "detectCmp": [
@@ -4,12 +4,12 @@
4
4
  "prehideSelectors": [".js-cookie-notice:has(#cookie_settings-form)"],
5
5
  "detectCmp": [
6
6
  {
7
- "exists": ".js-cookie-notice:has(#cookie_settings-form)"
7
+ "exists": ".js-cookie-notice #cookie_settings-form"
8
8
  }
9
9
  ],
10
10
  "detectPopup": [
11
11
  {
12
- "visible": ".js-cookie-notice:has(#cookie_settings-form)"
12
+ "visible": ".js-cookie-notice #cookie_settings-form"
13
13
  }
14
14
  ],
15
15
  "optIn": [
@@ -8,12 +8,12 @@
8
8
  "prehideSelectors": [],
9
9
  "detectCmp": [
10
10
  {
11
- "exists": ".ReactModal__Overlay:has([href=\"https://www.twitch.tv/p/cookie-policy\"])"
11
+ "exists": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
12
12
  }
13
13
  ],
14
14
  "detectPopup": [
15
15
  {
16
- "visible": ".ReactModal__Overlay:has([href=\"https://www.twitch.tv/p/cookie-policy\"])"
16
+ "visible": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
17
17
  }
18
18
  ],
19
19
  "optIn": [
package/rules/rules.json CHANGED
@@ -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": [