@duckduckgo/autoconsent 7.1.0 → 8.1.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 +37 -0
- package/Jenkinsfile +20 -37
- package/data/coverage.json +507 -531
- package/dist/addon-firefox/background.bundle.js +1 -0
- package/dist/addon-firefox/content.bundle.js +12 -15
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +127 -184
- package/dist/addon-mv3/background.bundle.js +1 -0
- package/dist/addon-mv3/content.bundle.js +12 -15
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +127 -184
- package/dist/autoconsent.cjs.js +12 -15
- package/dist/autoconsent.esm.js +12 -15
- package/dist/autoconsent.playwright.js +1 -1
- package/lib/cmps/cookiebot.ts +1 -4
- package/lib/cmps/evidon.ts +1 -1
- package/lib/cmps/trustarc-top.ts +1 -1
- package/lib/eval-snippets.ts +1 -0
- package/lib/rule-executors.ts +4 -4
- package/lib/rules.ts +1 -6
- package/lib/utils.ts +3 -5
- package/lib/web.ts +1 -1
- package/package.json +3 -2
- package/playwright/runner.ts +1 -0
- package/playwright.config.ts +0 -2
- package/readme.md +37 -28
- package/rules/autoconsent/1password-com.json +1 -1
- package/rules/autoconsent/agolde-com.json +1 -1
- package/rules/autoconsent/altium-com.json +1 -1
- package/rules/autoconsent/aquasana-com.json +1 -1
- package/rules/autoconsent/athlinks-com.json +1 -1
- package/rules/autoconsent/ausopen.json +1 -1
- package/rules/autoconsent/baden-wuerttemberg-de.json +1 -1
- package/rules/autoconsent/bbb.json +1 -1
- package/rules/autoconsent/burpee-com.json +1 -1
- package/rules/autoconsent/cc-banner.json +1 -1
- package/rules/autoconsent/clustrmaps-com.json +1 -1
- package/rules/autoconsent/complianz-notice.json +1 -1
- package/rules/autoconsent/cookie-law-info.json +1 -1
- package/rules/autoconsent/cookie-notice.json +1 -1
- package/rules/autoconsent/cookieinformation.json +1 -1
- package/rules/autoconsent/cookieyes.json +1 -1
- package/rules/autoconsent/crossfit-com.json +1 -1
- package/rules/autoconsent/dailymotion-us.json +1 -1
- package/rules/autoconsent/delta-com.json +1 -1
- package/rules/autoconsent/dsgvo.json +1 -1
- package/rules/autoconsent/eu-cookie-compliance.json +1 -1
- package/rules/autoconsent/eu-cookie-law.json +1 -1
- package/rules/autoconsent/geeks-for-geeks.json +1 -1
- package/rules/autoconsent/generic-cosmetic.json +1 -1
- package/rules/autoconsent/hema-com.json +21 -0
- package/rules/autoconsent/hl-co-uk.json +1 -1
- package/rules/autoconsent/indeed-com.json +1 -1
- package/rules/autoconsent/ing-de.json +18 -0
- package/rules/autoconsent/itopvpn-com.json +1 -1
- package/rules/autoconsent/jquery-cookiebar.json +1 -1
- package/rules/autoconsent/macpaw-com.json +1 -1
- package/rules/autoconsent/marksandspencer.json +1 -1
- package/rules/autoconsent/midway-usa.json +1 -1
- package/rules/autoconsent/moove.json +1 -1
- package/rules/autoconsent/nba-com.json +1 -1
- package/rules/autoconsent/netflix-de.json +1 -1
- package/rules/autoconsent/notice-cookie.json +1 -1
- package/rules/autoconsent/nrk-no.json +1 -1
- package/rules/autoconsent/osano.json +1 -1
- package/rules/autoconsent/pinetools-com.json +1 -1
- package/rules/autoconsent/pmc-cmp.json +1 -1
- package/rules/autoconsent/pornhub.json +1 -1
- package/rules/autoconsent/pornpics.json +1 -1
- package/rules/autoconsent/primebox.json +1 -1
- package/rules/autoconsent/samsung-com.json +1 -1
- package/rules/autoconsent/similarweb-com.json +1 -1
- package/rules/autoconsent/takealot-com.json +1 -1
- package/rules/autoconsent/tealium.json +2 -2
- package/rules/autoconsent/testcmp-cosmetic.json +1 -1
- package/rules/autoconsent/tidbits-com.json +1 -1
- package/rules/autoconsent/tractor-supply.json +1 -1
- package/rules/autoconsent/trader-joes-com.json +1 -1
- package/rules/autoconsent/true-car.json +1 -1
- package/rules/autoconsent/tumblr-com.json +1 -1
- package/rules/autoconsent/twitch.json +1 -1
- package/rules/autoconsent/uk-cookie-consent.json +1 -1
- package/rules/autoconsent/urbanarmorgear-com.json +1 -1
- package/rules/autoconsent/whitepages.json +1 -1
- package/rules/autoconsent/wpcc.json +1 -1
- package/rules/autoconsent/xhamster-us.json +1 -1
- package/rules/autoconsent/xnxx-com.json +1 -1
- package/rules/autoconsent/youporn.json +1 -1
- package/rules/rules.json +127 -184
- package/tests/_sample-test.spec.ts +16 -0
- package/tests/hema.spec.ts +7 -0
|
@@ -54,9 +54,7 @@
|
|
|
54
54
|
],
|
|
55
55
|
"optOut": [
|
|
56
56
|
{
|
|
57
|
-
"hide": [
|
|
58
|
-
"footer #footer-root [aria-label=\"Cookie Consent\"]"
|
|
59
|
-
]
|
|
57
|
+
"hide": "footer #footer-root [aria-label=\"Cookie Consent\"]"
|
|
60
58
|
}
|
|
61
59
|
]
|
|
62
60
|
},
|
|
@@ -184,9 +182,7 @@
|
|
|
184
182
|
],
|
|
185
183
|
"optOut": [
|
|
186
184
|
{
|
|
187
|
-
"hide": [
|
|
188
|
-
"#modal-1 div[data-micromodal-close]"
|
|
189
|
-
]
|
|
185
|
+
"hide": "#modal-1 div[data-micromodal-close]"
|
|
190
186
|
}
|
|
191
187
|
]
|
|
192
188
|
},
|
|
@@ -250,9 +246,7 @@
|
|
|
250
246
|
],
|
|
251
247
|
"optOut": [
|
|
252
248
|
{
|
|
253
|
-
"hide":
|
|
254
|
-
".altium-privacy-bar"
|
|
255
|
-
]
|
|
249
|
+
"hide": ".altium-privacy-bar"
|
|
256
250
|
}
|
|
257
251
|
]
|
|
258
252
|
},
|
|
@@ -317,9 +311,7 @@
|
|
|
317
311
|
],
|
|
318
312
|
"optOut": [
|
|
319
313
|
{
|
|
320
|
-
"hide":
|
|
321
|
-
"#consent-tracking"
|
|
322
|
-
]
|
|
314
|
+
"hide": "#consent-tracking"
|
|
323
315
|
}
|
|
324
316
|
]
|
|
325
317
|
},
|
|
@@ -349,9 +341,7 @@
|
|
|
349
341
|
],
|
|
350
342
|
"optOut": [
|
|
351
343
|
{
|
|
352
|
-
"hide":
|
|
353
|
-
"#footer-container ~ div"
|
|
354
|
-
]
|
|
344
|
+
"hide": "#footer-container ~ div"
|
|
355
345
|
}
|
|
356
346
|
]
|
|
357
347
|
},
|
|
@@ -370,9 +360,7 @@
|
|
|
370
360
|
],
|
|
371
361
|
"optOut": [
|
|
372
362
|
{
|
|
373
|
-
"hide":
|
|
374
|
-
".gdpr-popup__message"
|
|
375
|
-
]
|
|
363
|
+
"hide": ".gdpr-popup__message"
|
|
376
364
|
}
|
|
377
365
|
],
|
|
378
366
|
"optIn": [
|
|
@@ -517,9 +505,7 @@
|
|
|
517
505
|
],
|
|
518
506
|
"optOut": [
|
|
519
507
|
{
|
|
520
|
-
"hide":
|
|
521
|
-
".cookie-alert.t-dark"
|
|
522
|
-
]
|
|
508
|
+
"hide": ".cookie-alert.t-dark"
|
|
523
509
|
}
|
|
524
510
|
]
|
|
525
511
|
},
|
|
@@ -549,9 +535,7 @@
|
|
|
549
535
|
],
|
|
550
536
|
"optOut": [
|
|
551
537
|
{
|
|
552
|
-
"hide": [
|
|
553
|
-
"div[aria-label=\"use of cookies on bbb.org\"]"
|
|
554
|
-
]
|
|
538
|
+
"hide": "div[aria-label=\"use of cookies on bbb.org\"]"
|
|
555
539
|
}
|
|
556
540
|
]
|
|
557
541
|
},
|
|
@@ -730,10 +714,7 @@
|
|
|
730
714
|
],
|
|
731
715
|
"optOut": [
|
|
732
716
|
{
|
|
733
|
-
"hide":
|
|
734
|
-
"#html-body #notice-cookie-block",
|
|
735
|
-
"#notice-cookie"
|
|
736
|
-
]
|
|
717
|
+
"hide": "#html-body #notice-cookie-block, #notice-cookie"
|
|
737
718
|
}
|
|
738
719
|
]
|
|
739
720
|
},
|
|
@@ -877,9 +858,7 @@
|
|
|
877
858
|
],
|
|
878
859
|
"optOut": [
|
|
879
860
|
{
|
|
880
|
-
"hide":
|
|
881
|
-
".cc_banner-wrapper"
|
|
882
|
-
]
|
|
861
|
+
"hide": ".cc_banner-wrapper"
|
|
883
862
|
}
|
|
884
863
|
]
|
|
885
864
|
},
|
|
@@ -1069,9 +1048,7 @@
|
|
|
1069
1048
|
],
|
|
1070
1049
|
"optOut": [
|
|
1071
1050
|
{
|
|
1072
|
-
"hide":
|
|
1073
|
-
"#gdpr-cookie-message"
|
|
1074
|
-
]
|
|
1051
|
+
"hide": "#gdpr-cookie-message"
|
|
1075
1052
|
}
|
|
1076
1053
|
]
|
|
1077
1054
|
},
|
|
@@ -1222,9 +1199,7 @@
|
|
|
1222
1199
|
],
|
|
1223
1200
|
"optOut": [
|
|
1224
1201
|
{
|
|
1225
|
-
"hide": [
|
|
1226
|
-
"[aria-describedby=\"cookieconsent:desc\"]"
|
|
1227
|
-
]
|
|
1202
|
+
"hide": "[aria-describedby=\"cookieconsent:desc\"]"
|
|
1228
1203
|
}
|
|
1229
1204
|
]
|
|
1230
1205
|
},
|
|
@@ -1302,9 +1277,7 @@
|
|
|
1302
1277
|
],
|
|
1303
1278
|
"optOut": [
|
|
1304
1279
|
{
|
|
1305
|
-
"hide":
|
|
1306
|
-
"#cookie-law-info-bar"
|
|
1307
|
-
]
|
|
1280
|
+
"hide": "#cookie-law-info-bar"
|
|
1308
1281
|
},
|
|
1309
1282
|
{
|
|
1310
1283
|
"eval": "EVAL_COOKIE_LAW_INFO_0"
|
|
@@ -1399,9 +1372,7 @@
|
|
|
1399
1372
|
],
|
|
1400
1373
|
"optOut": [
|
|
1401
1374
|
{
|
|
1402
|
-
"hide":
|
|
1403
|
-
"#cookie-notice"
|
|
1404
|
-
]
|
|
1375
|
+
"hide": "#cookie-notice"
|
|
1405
1376
|
}
|
|
1406
1377
|
]
|
|
1407
1378
|
},
|
|
@@ -1558,9 +1529,7 @@
|
|
|
1558
1529
|
],
|
|
1559
1530
|
"optOut": [
|
|
1560
1531
|
{
|
|
1561
|
-
"hide":
|
|
1562
|
-
"#cookie-information-template-wrapper"
|
|
1563
|
-
],
|
|
1532
|
+
"hide": "#cookie-information-template-wrapper",
|
|
1564
1533
|
"comment": "some templates don't hide the banner automatically"
|
|
1565
1534
|
},
|
|
1566
1535
|
{
|
|
@@ -1626,9 +1595,7 @@
|
|
|
1626
1595
|
],
|
|
1627
1596
|
"else": [
|
|
1628
1597
|
{
|
|
1629
|
-
"hide":
|
|
1630
|
-
".cky-consent-container,.cky-overlay"
|
|
1631
|
-
]
|
|
1598
|
+
"hide": ".cky-consent-container,.cky-overlay"
|
|
1632
1599
|
}
|
|
1633
1600
|
]
|
|
1634
1601
|
}
|
|
@@ -1693,9 +1660,7 @@
|
|
|
1693
1660
|
],
|
|
1694
1661
|
"optOut": [
|
|
1695
1662
|
{
|
|
1696
|
-
"hide": [
|
|
1697
|
-
"body #modal > div > div[class^=\"_wrapper_\"]"
|
|
1698
|
-
]
|
|
1663
|
+
"hide": "body #modal > div > div[class^=\"_wrapper_\"]"
|
|
1699
1664
|
}
|
|
1700
1665
|
]
|
|
1701
1666
|
},
|
|
@@ -1751,9 +1716,7 @@
|
|
|
1751
1716
|
],
|
|
1752
1717
|
"optOut": [
|
|
1753
1718
|
{
|
|
1754
|
-
"hide": [
|
|
1755
|
-
"div[class*=\"CookiePopup__desktopContainer\"]"
|
|
1756
|
-
]
|
|
1719
|
+
"hide": "div[class*=\"CookiePopup__desktopContainer\"]"
|
|
1757
1720
|
}
|
|
1758
1721
|
]
|
|
1759
1722
|
},
|
|
@@ -1843,9 +1806,7 @@
|
|
|
1843
1806
|
],
|
|
1844
1807
|
"optOut": [
|
|
1845
1808
|
{
|
|
1846
|
-
"hide":
|
|
1847
|
-
"div.cookie-footer-container"
|
|
1848
|
-
]
|
|
1809
|
+
"hide": "div.cookie-footer-container"
|
|
1849
1810
|
}
|
|
1850
1811
|
]
|
|
1851
1812
|
},
|
|
@@ -1969,9 +1930,7 @@
|
|
|
1969
1930
|
],
|
|
1970
1931
|
"optOut": [
|
|
1971
1932
|
{
|
|
1972
|
-
"hide":
|
|
1973
|
-
".sp-dsgvo.sp-dsgvo-popup-overlay"
|
|
1974
|
-
]
|
|
1933
|
+
"hide": ".sp-dsgvo.sp-dsgvo-popup-overlay"
|
|
1975
1934
|
}
|
|
1976
1935
|
],
|
|
1977
1936
|
"test": [
|
|
@@ -2077,10 +2036,7 @@
|
|
|
2077
2036
|
"optional": true
|
|
2078
2037
|
},
|
|
2079
2038
|
{
|
|
2080
|
-
"hide":
|
|
2081
|
-
".eu-cookie-compliance-banner-info",
|
|
2082
|
-
"#sliding-popup"
|
|
2083
|
-
]
|
|
2039
|
+
"hide": ".eu-cookie-compliance-banner-info, #sliding-popup"
|
|
2084
2040
|
}
|
|
2085
2041
|
],
|
|
2086
2042
|
"test": [
|
|
@@ -2115,9 +2071,7 @@
|
|
|
2115
2071
|
],
|
|
2116
2072
|
"optOut": [
|
|
2117
2073
|
{
|
|
2118
|
-
"hide":
|
|
2119
|
-
".pea_cook_wrapper"
|
|
2120
|
-
]
|
|
2074
|
+
"hide": ".pea_cook_wrapper"
|
|
2121
2075
|
}
|
|
2122
2076
|
],
|
|
2123
2077
|
"test": [
|
|
@@ -2273,9 +2227,7 @@
|
|
|
2273
2227
|
],
|
|
2274
2228
|
"optOut": [
|
|
2275
2229
|
{
|
|
2276
|
-
"hide":
|
|
2277
|
-
".cookie-consent"
|
|
2278
|
-
]
|
|
2230
|
+
"hide": ".cookie-consent"
|
|
2279
2231
|
}
|
|
2280
2232
|
]
|
|
2281
2233
|
},
|
|
@@ -2298,9 +2250,7 @@
|
|
|
2298
2250
|
"optIn": [],
|
|
2299
2251
|
"optOut": [
|
|
2300
2252
|
{
|
|
2301
|
-
"hide":
|
|
2302
|
-
"#js-cookie-banner,.js-cookie-banner,.cookie-banner,#cookie-banner"
|
|
2303
|
-
]
|
|
2253
|
+
"hide": "#js-cookie-banner,.js-cookie-banner,.cookie-banner,#cookie-banner"
|
|
2304
2254
|
}
|
|
2305
2255
|
]
|
|
2306
2256
|
},
|
|
@@ -2432,6 +2382,37 @@
|
|
|
2432
2382
|
}
|
|
2433
2383
|
]
|
|
2434
2384
|
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "hema",
|
|
2387
|
+
"prehideSelectors": [
|
|
2388
|
+
".cookie-modal"
|
|
2389
|
+
],
|
|
2390
|
+
"detectCmp": [
|
|
2391
|
+
{
|
|
2392
|
+
"visible": ".cookie-modal .cookie-accept-btn"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"detectPopup": [
|
|
2396
|
+
{
|
|
2397
|
+
"visible": ".cookie-modal .cookie-accept-btn"
|
|
2398
|
+
}
|
|
2399
|
+
],
|
|
2400
|
+
"optIn": [
|
|
2401
|
+
{
|
|
2402
|
+
"waitForThenClick": ".cookie-modal .cookie-accept-btn"
|
|
2403
|
+
}
|
|
2404
|
+
],
|
|
2405
|
+
"optOut": [
|
|
2406
|
+
{
|
|
2407
|
+
"waitForThenClick": ".cookie-modal .js-cookie-reject-btn"
|
|
2408
|
+
}
|
|
2409
|
+
],
|
|
2410
|
+
"test": [
|
|
2411
|
+
{
|
|
2412
|
+
"eval": "EVAL_HEMA_TEST_0"
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2435
2416
|
{
|
|
2436
2417
|
"name": "hl.co.uk",
|
|
2437
2418
|
"prehideSelectors": [
|
|
@@ -2458,9 +2439,7 @@
|
|
|
2458
2439
|
"click": "#manageCookie"
|
|
2459
2440
|
},
|
|
2460
2441
|
{
|
|
2461
|
-
"hide":
|
|
2462
|
-
".cookieSettingsModal"
|
|
2463
|
-
]
|
|
2442
|
+
"hide": ".cookieSettingsModal"
|
|
2464
2443
|
},
|
|
2465
2444
|
{
|
|
2466
2445
|
"waitFor": "#AOCookieToggle"
|
|
@@ -2527,8 +2506,42 @@
|
|
|
2527
2506
|
],
|
|
2528
2507
|
"optOut": [
|
|
2529
2508
|
{
|
|
2530
|
-
"hide":
|
|
2531
|
-
|
|
2509
|
+
"hide": "#CookiePrivacyNotice"
|
|
2510
|
+
}
|
|
2511
|
+
]
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "ing.de",
|
|
2515
|
+
"runContext": {
|
|
2516
|
+
"urlPattern": "^https://www\\.ing\\.de/"
|
|
2517
|
+
},
|
|
2518
|
+
"cosmetic": true,
|
|
2519
|
+
"prehideSelectors": [
|
|
2520
|
+
"div[slot=\"backdrop\"]"
|
|
2521
|
+
],
|
|
2522
|
+
"detectCmp": [
|
|
2523
|
+
{
|
|
2524
|
+
"exists": "[data-tag-name=\"ing-cc-dialog-frame\"]"
|
|
2525
|
+
}
|
|
2526
|
+
],
|
|
2527
|
+
"detectPopup": [
|
|
2528
|
+
{
|
|
2529
|
+
"visible": "[data-tag-name=\"ing-cc-dialog-frame\"]"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"optIn": [
|
|
2533
|
+
{
|
|
2534
|
+
"click": [
|
|
2535
|
+
"[data-tag-name=\"ing-cc-dialog-level0\"]",
|
|
2536
|
+
"[data-tag-name=\"ing-cc-button\"][class*=\"accept\"]"
|
|
2537
|
+
]
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"optOut": [
|
|
2541
|
+
{
|
|
2542
|
+
"click": [
|
|
2543
|
+
"[data-tag-name=\"ing-cc-dialog-level0\"]",
|
|
2544
|
+
"[data-tag-name=\"ing-cc-button\"][class*=\"more\"]"
|
|
2532
2545
|
]
|
|
2533
2546
|
}
|
|
2534
2547
|
]
|
|
@@ -2586,9 +2599,7 @@
|
|
|
2586
2599
|
],
|
|
2587
2600
|
"optOut": [
|
|
2588
2601
|
{
|
|
2589
|
-
"hide":
|
|
2590
|
-
".pop-cookie"
|
|
2591
|
-
]
|
|
2602
|
+
"hide": ".pop-cookie"
|
|
2592
2603
|
}
|
|
2593
2604
|
]
|
|
2594
2605
|
},
|
|
@@ -2722,9 +2733,7 @@
|
|
|
2722
2733
|
],
|
|
2723
2734
|
"optOut": [
|
|
2724
2735
|
{
|
|
2725
|
-
"hide":
|
|
2726
|
-
".cookie-bar"
|
|
2727
|
-
]
|
|
2736
|
+
"hide": ".cookie-bar"
|
|
2728
2737
|
}
|
|
2729
2738
|
],
|
|
2730
2739
|
"test": [
|
|
@@ -2987,9 +2996,7 @@
|
|
|
2987
2996
|
],
|
|
2988
2997
|
"optOut": [
|
|
2989
2998
|
{
|
|
2990
|
-
"hide": [
|
|
2991
|
-
"div[data-banner=\"cookies\"]"
|
|
2992
|
-
]
|
|
2999
|
+
"hide": "div[data-banner=\"cookies\"]"
|
|
2993
3000
|
}
|
|
2994
3001
|
]
|
|
2995
3002
|
},
|
|
@@ -3008,9 +3015,7 @@
|
|
|
3008
3015
|
],
|
|
3009
3016
|
"optOut": [
|
|
3010
3017
|
{
|
|
3011
|
-
"hide":
|
|
3012
|
-
".navigation-cookiebbanner"
|
|
3013
|
-
]
|
|
3018
|
+
"hide": ".navigation-cookiebbanner"
|
|
3014
3019
|
}
|
|
3015
3020
|
],
|
|
3016
3021
|
"optIn": [
|
|
@@ -3144,9 +3149,7 @@
|
|
|
3144
3149
|
],
|
|
3145
3150
|
"optOut": [
|
|
3146
3151
|
{
|
|
3147
|
-
"hide": [
|
|
3148
|
-
"div[aria-label=\"Cookie Policy Banner\"]"
|
|
3149
|
-
]
|
|
3152
|
+
"hide": "div[aria-label=\"Cookie Policy Banner\"]"
|
|
3150
3153
|
}
|
|
3151
3154
|
]
|
|
3152
3155
|
},
|
|
@@ -3246,9 +3249,7 @@
|
|
|
3246
3249
|
],
|
|
3247
3250
|
"else": [
|
|
3248
3251
|
{
|
|
3249
|
-
"hide":
|
|
3250
|
-
"#moove_gdpr_cookie_info_bar"
|
|
3251
|
-
]
|
|
3252
|
+
"hide": "#moove_gdpr_cookie_info_bar"
|
|
3252
3253
|
}
|
|
3253
3254
|
]
|
|
3254
3255
|
}
|
|
@@ -3316,9 +3317,7 @@
|
|
|
3316
3317
|
],
|
|
3317
3318
|
"optOut": [
|
|
3318
3319
|
{
|
|
3319
|
-
"hide":
|
|
3320
|
-
"#onetrust-banner-sdk"
|
|
3321
|
-
]
|
|
3320
|
+
"hide": "#onetrust-banner-sdk"
|
|
3322
3321
|
}
|
|
3323
3322
|
]
|
|
3324
3323
|
},
|
|
@@ -3342,9 +3341,7 @@
|
|
|
3342
3341
|
],
|
|
3343
3342
|
"optOut": [
|
|
3344
3343
|
{
|
|
3345
|
-
"hide":
|
|
3346
|
-
"#cookie-disclosure"
|
|
3347
|
-
]
|
|
3344
|
+
"hide": "#cookie-disclosure"
|
|
3348
3345
|
},
|
|
3349
3346
|
{
|
|
3350
3347
|
"click": ".btn-reject"
|
|
@@ -3400,9 +3397,7 @@
|
|
|
3400
3397
|
],
|
|
3401
3398
|
"optOut": [
|
|
3402
3399
|
{
|
|
3403
|
-
"hide":
|
|
3404
|
-
".notice--cookie"
|
|
3405
|
-
]
|
|
3400
|
+
"hide": ".notice--cookie"
|
|
3406
3401
|
}
|
|
3407
3402
|
]
|
|
3408
3403
|
},
|
|
@@ -3429,9 +3424,7 @@
|
|
|
3429
3424
|
],
|
|
3430
3425
|
"optOut": [
|
|
3431
3426
|
{
|
|
3432
|
-
"hide":
|
|
3433
|
-
".nrk-masthead__info-banner--cookie"
|
|
3434
|
-
]
|
|
3427
|
+
"hide": ".nrk-masthead__info-banner--cookie"
|
|
3435
3428
|
}
|
|
3436
3429
|
]
|
|
3437
3430
|
},
|
|
@@ -3560,9 +3553,7 @@
|
|
|
3560
3553
|
],
|
|
3561
3554
|
"optOut": [
|
|
3562
3555
|
{
|
|
3563
|
-
"hide":
|
|
3564
|
-
".osano-cm-window"
|
|
3565
|
-
]
|
|
3556
|
+
"hide": ".osano-cm-window"
|
|
3566
3557
|
}
|
|
3567
3558
|
]
|
|
3568
3559
|
},
|
|
@@ -3698,9 +3689,7 @@
|
|
|
3698
3689
|
],
|
|
3699
3690
|
"optOut": [
|
|
3700
3691
|
{
|
|
3701
|
-
"hide":
|
|
3702
|
-
"#aviso_cookies"
|
|
3703
|
-
]
|
|
3692
|
+
"hide": "#aviso_cookies"
|
|
3704
3693
|
}
|
|
3705
3694
|
]
|
|
3706
3695
|
},
|
|
@@ -3727,9 +3716,7 @@
|
|
|
3727
3716
|
],
|
|
3728
3717
|
"optOut": [
|
|
3729
3718
|
{
|
|
3730
|
-
"hide":
|
|
3731
|
-
"#pmc-pp-tou--notice"
|
|
3732
|
-
]
|
|
3719
|
+
"hide": "#pmc-pp-tou--notice"
|
|
3733
3720
|
}
|
|
3734
3721
|
]
|
|
3735
3722
|
},
|
|
@@ -3759,9 +3746,7 @@
|
|
|
3759
3746
|
],
|
|
3760
3747
|
"optOut": [
|
|
3761
3748
|
{
|
|
3762
|
-
"hide":
|
|
3763
|
-
".cookiesBanner"
|
|
3764
|
-
]
|
|
3749
|
+
"hide": ".cookiesBanner"
|
|
3765
3750
|
}
|
|
3766
3751
|
]
|
|
3767
3752
|
},
|
|
@@ -3788,9 +3773,7 @@
|
|
|
3788
3773
|
],
|
|
3789
3774
|
"optOut": [
|
|
3790
3775
|
{
|
|
3791
|
-
"hide":
|
|
3792
|
-
"#cookie-contract"
|
|
3793
|
-
]
|
|
3776
|
+
"hide": "#cookie-contract"
|
|
3794
3777
|
}
|
|
3795
3778
|
]
|
|
3796
3779
|
},
|
|
@@ -3821,9 +3804,7 @@
|
|
|
3821
3804
|
"optional": true
|
|
3822
3805
|
},
|
|
3823
3806
|
{
|
|
3824
|
-
"hide":
|
|
3825
|
-
"#cookie-bar"
|
|
3826
|
-
]
|
|
3807
|
+
"hide": "#cookie-bar"
|
|
3827
3808
|
}
|
|
3828
3809
|
],
|
|
3829
3810
|
"test": [
|
|
@@ -4070,9 +4051,7 @@
|
|
|
4070
4051
|
],
|
|
4071
4052
|
"optOut": [
|
|
4072
4053
|
{
|
|
4073
|
-
"hide":
|
|
4074
|
-
"div.cookie-bar"
|
|
4075
|
-
]
|
|
4054
|
+
"hide": "div.cookie-bar"
|
|
4076
4055
|
}
|
|
4077
4056
|
]
|
|
4078
4057
|
},
|
|
@@ -4156,9 +4135,7 @@
|
|
|
4156
4135
|
],
|
|
4157
4136
|
"optOut": [
|
|
4158
4137
|
{
|
|
4159
|
-
"hide":
|
|
4160
|
-
".app-layout .app-cookies-notification"
|
|
4161
|
-
]
|
|
4138
|
+
"hide": ".app-layout .app-cookies-notification"
|
|
4162
4139
|
}
|
|
4163
4140
|
]
|
|
4164
4141
|
},
|
|
@@ -4281,9 +4258,7 @@
|
|
|
4281
4258
|
],
|
|
4282
4259
|
"optOut": [
|
|
4283
4260
|
{
|
|
4284
|
-
"hide": [
|
|
4285
|
-
"div[class^=\"cookies-banner-module_\"]"
|
|
4286
|
-
]
|
|
4261
|
+
"hide": "div[class^=\"cookies-banner-module_\"]"
|
|
4287
4262
|
},
|
|
4288
4263
|
{
|
|
4289
4264
|
"if": {
|
|
@@ -4358,9 +4333,7 @@
|
|
|
4358
4333
|
"eval": "EVAL_TEALIUM_DONOTSELL"
|
|
4359
4334
|
},
|
|
4360
4335
|
{
|
|
4361
|
-
"hide":
|
|
4362
|
-
"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs"
|
|
4363
|
-
]
|
|
4336
|
+
"hide": "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs"
|
|
4364
4337
|
},
|
|
4365
4338
|
{
|
|
4366
4339
|
"waitForThenClick": "#cm-acceptNone,.js-accept-essential-cookies",
|
|
@@ -4370,9 +4343,7 @@
|
|
|
4370
4343
|
],
|
|
4371
4344
|
"optIn": [
|
|
4372
4345
|
{
|
|
4373
|
-
"hide":
|
|
4374
|
-
"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs"
|
|
4375
|
-
]
|
|
4346
|
+
"hide": "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs"
|
|
4376
4347
|
},
|
|
4377
4348
|
{
|
|
4378
4349
|
"eval": "EVAL_TEALIUM_2"
|
|
@@ -4477,9 +4448,7 @@
|
|
|
4477
4448
|
],
|
|
4478
4449
|
"optOut": [
|
|
4479
4450
|
{
|
|
4480
|
-
"hide":
|
|
4481
|
-
"#privacy-test-page-cmp-test-banner"
|
|
4482
|
-
]
|
|
4451
|
+
"hide": "#privacy-test-page-cmp-test-banner"
|
|
4483
4452
|
}
|
|
4484
4453
|
],
|
|
4485
4454
|
"test": [
|
|
@@ -4641,9 +4610,7 @@
|
|
|
4641
4610
|
],
|
|
4642
4611
|
"optOut": [
|
|
4643
4612
|
{
|
|
4644
|
-
"hide":
|
|
4645
|
-
"#eu_cookie_law_widget-2"
|
|
4646
|
-
]
|
|
4613
|
+
"hide": "#eu_cookie_law_widget-2"
|
|
4647
4614
|
}
|
|
4648
4615
|
]
|
|
4649
4616
|
},
|
|
@@ -4673,9 +4640,7 @@
|
|
|
4673
4640
|
],
|
|
4674
4641
|
"optOut": [
|
|
4675
4642
|
{
|
|
4676
|
-
"hide":
|
|
4677
|
-
".tsc-cookie-banner"
|
|
4678
|
-
]
|
|
4643
|
+
"hide": ".tsc-cookie-banner"
|
|
4679
4644
|
}
|
|
4680
4645
|
]
|
|
4681
4646
|
},
|
|
@@ -4702,9 +4667,7 @@
|
|
|
4702
4667
|
],
|
|
4703
4668
|
"optOut": [
|
|
4704
4669
|
{
|
|
4705
|
-
"hide": [
|
|
4706
|
-
"div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
|
|
4707
|
-
]
|
|
4670
|
+
"hide": "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
|
|
4708
4671
|
}
|
|
4709
4672
|
]
|
|
4710
4673
|
},
|
|
@@ -4774,9 +4737,7 @@
|
|
|
4774
4737
|
],
|
|
4775
4738
|
"optOut": [
|
|
4776
4739
|
{
|
|
4777
|
-
"hide": [
|
|
4778
|
-
"div[aria-labelledby=\"cookie-banner-heading\"]"
|
|
4779
|
-
]
|
|
4740
|
+
"hide": "div[aria-labelledby=\"cookie-banner-heading\"]"
|
|
4780
4741
|
}
|
|
4781
4742
|
]
|
|
4782
4743
|
},
|
|
@@ -4829,9 +4790,7 @@
|
|
|
4829
4790
|
],
|
|
4830
4791
|
"optOut": [
|
|
4831
4792
|
{
|
|
4832
|
-
"hide":
|
|
4833
|
-
"#cmp-app-container"
|
|
4834
|
-
]
|
|
4793
|
+
"hide": "#cmp-app-container"
|
|
4835
4794
|
}
|
|
4836
4795
|
]
|
|
4837
4796
|
},
|
|
@@ -4860,9 +4819,7 @@
|
|
|
4860
4819
|
],
|
|
4861
4820
|
"optOut": [
|
|
4862
4821
|
{
|
|
4863
|
-
"hide":
|
|
4864
|
-
"div:has(> .consent-banner .consent-banner__content--gdpr-v2)"
|
|
4865
|
-
]
|
|
4822
|
+
"hide": "div:has(> .consent-banner .consent-banner__content--gdpr-v2)"
|
|
4866
4823
|
},
|
|
4867
4824
|
{
|
|
4868
4825
|
"click": "button[data-a-target=\"consent-banner-manage-preferences\"]"
|
|
@@ -5015,9 +4972,7 @@
|
|
|
5015
4972
|
],
|
|
5016
4973
|
"optOut": [
|
|
5017
4974
|
{
|
|
5018
|
-
"hide":
|
|
5019
|
-
"#catapult-cookie-bar"
|
|
5020
|
-
]
|
|
4975
|
+
"hide": "#catapult-cookie-bar"
|
|
5021
4976
|
}
|
|
5022
4977
|
],
|
|
5023
4978
|
"test": [
|
|
@@ -5049,9 +5004,7 @@
|
|
|
5049
5004
|
],
|
|
5050
5005
|
"optOut": [
|
|
5051
5006
|
{
|
|
5052
|
-
"hide": [
|
|
5053
|
-
"div[class^=\"Layout__CookieBannerContainer-\"]"
|
|
5054
|
-
]
|
|
5007
|
+
"hide": "div[class^=\"Layout__CookieBannerContainer-\"]"
|
|
5055
5008
|
}
|
|
5056
5009
|
]
|
|
5057
5010
|
},
|
|
@@ -5276,9 +5229,7 @@
|
|
|
5276
5229
|
],
|
|
5277
5230
|
"optOut": [
|
|
5278
5231
|
{
|
|
5279
|
-
"hide":
|
|
5280
|
-
".cookie-wrapper"
|
|
5281
|
-
]
|
|
5232
|
+
"hide": ".cookie-wrapper"
|
|
5282
5233
|
}
|
|
5283
5234
|
]
|
|
5284
5235
|
},
|
|
@@ -5370,9 +5321,7 @@
|
|
|
5370
5321
|
],
|
|
5371
5322
|
"optOut": [
|
|
5372
5323
|
{
|
|
5373
|
-
"hide":
|
|
5374
|
-
".wpcc-container"
|
|
5375
|
-
]
|
|
5324
|
+
"hide": ".wpcc-container"
|
|
5376
5325
|
}
|
|
5377
5326
|
]
|
|
5378
5327
|
},
|
|
@@ -5428,9 +5377,7 @@
|
|
|
5428
5377
|
],
|
|
5429
5378
|
"optOut": [
|
|
5430
5379
|
{
|
|
5431
|
-
"hide":
|
|
5432
|
-
".cookie-announce"
|
|
5433
|
-
]
|
|
5380
|
+
"hide": ".cookie-announce"
|
|
5434
5381
|
}
|
|
5435
5382
|
]
|
|
5436
5383
|
},
|
|
@@ -5488,9 +5435,7 @@
|
|
|
5488
5435
|
],
|
|
5489
5436
|
"optOut": [
|
|
5490
5437
|
{
|
|
5491
|
-
"hide":
|
|
5492
|
-
"#cookies-use-alert"
|
|
5493
|
-
]
|
|
5438
|
+
"hide": "#cookies-use-alert"
|
|
5494
5439
|
}
|
|
5495
5440
|
]
|
|
5496
5441
|
},
|
|
@@ -5546,9 +5491,7 @@
|
|
|
5546
5491
|
],
|
|
5547
5492
|
"optOut": [
|
|
5548
5493
|
{
|
|
5549
|
-
"hide":
|
|
5550
|
-
".euCookieModal"
|
|
5551
|
-
]
|
|
5494
|
+
"hide": ".euCookieModal"
|
|
5552
5495
|
}
|
|
5553
5496
|
]
|
|
5554
5497
|
},
|