@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 +24 -0
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +7 -7
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +7 -7
- package/dist/autoconsent.playwright.js +1 -1
- package/dist/autoconsent.unit.js +7 -7
- package/package.json +1 -1
- package/rules/autoconsent/dndbeyond.json +1 -1
- package/rules/autoconsent/jdsports.json +1 -1
- package/rules/autoconsent/livejasmin.json +1 -1
- package/rules/autoconsent/pabcogypsum.json +2 -2
- package/rules/autoconsent/twitch-mobile.json +2 -2
- package/rules/rules.json +7 -7
package/dist/autoconsent.unit.js
CHANGED
|
@@ -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
|
|
6820
|
+
exists: ".js-cookie-notice #cookie_settings-form"
|
|
6821
6821
|
}
|
|
6822
6822
|
],
|
|
6823
6823
|
detectPopup: [
|
|
6824
6824
|
{
|
|
6825
|
-
visible: ".js-cookie-notice
|
|
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
|
|
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
|
|
8441
|
+
visible: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'
|
|
8442
8442
|
}
|
|
8443
8443
|
],
|
|
8444
8444
|
optIn: [
|
package/package.json
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
"prehideSelectors": [".js-cookie-notice:has(#cookie_settings-form)"],
|
|
5
5
|
"detectCmp": [
|
|
6
6
|
{
|
|
7
|
-
"exists": ".js-cookie-notice
|
|
7
|
+
"exists": ".js-cookie-notice #cookie_settings-form"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"detectPopup": [
|
|
11
11
|
{
|
|
12
|
-
"visible": ".js-cookie-notice
|
|
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
|
|
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
|
|
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
|
|
4519
|
+
"exists": ".js-cookie-notice #cookie_settings-form"
|
|
4520
4520
|
}
|
|
4521
4521
|
],
|
|
4522
4522
|
"detectPopup": [
|
|
4523
4523
|
{
|
|
4524
|
-
"visible": ".js-cookie-notice
|
|
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
|
|
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
|
|
6140
|
+
"visible": ".ReactModal__Overlay [href=\"https://www.twitch.tv/p/cookie-policy\"]"
|
|
6141
6141
|
}
|
|
6142
6142
|
],
|
|
6143
6143
|
"optIn": [
|