@duckduckgo/autoconsent 14.78.0 → 14.79.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.
@@ -0,0 +1,7 @@
1
+ import generateCMPTests from '../playwright/runner';
2
+
3
+ generateCMPTests('hearst-us', [
4
+ 'https://www.menshealth.com/grooming/g38214428/best-spf-moisturizer-for-men/',
5
+ 'https://www.womenshealthmag.com/',
6
+ 'https://www.cosmopolitan.com/',
7
+ ]);
@@ -0,0 +1,3 @@
1
+ import generateCMPTests from '../playwright/runner';
2
+
3
+ generateCMPTests('volvocars-com', ['https://www.volvocars.com/uk/cars/ex60-electric/']);
@@ -2668,7 +2668,7 @@
2668
2668
  ["uswitch.com", "https://uswitch.com/"],
2669
2669
  ["vodafone.de", "https://www.vodafone.de/"],
2670
2670
  ["wikiwand", "https://wikiwand.com/"],
2671
- ["womenshealthmag-us", "https://www.womenshealthmag.com/"],
2671
+ ["hearst-us", "https://www.menshealth.com/"],
2672
2672
  ["xe.com", "https://www.xe.com/"],
2673
2673
  ["xhamster-eu", "https://rfoc413zxvqmz1rkpq1grzguo9teeblcxtn_s9vbblv00scthme8asx9r4bjdef.xhamster.com/"],
2674
2674
  ["xhamster-us", "https://86j6vfbk4fehfqhaehqjxapotp7yxzld3swecoudupfou0vtq8mituig1qzqbo9qrr_mkctiejlcirolwekv4eeiunmg.xhamster0.com/"],
@@ -1,31 +0,0 @@
1
- {
2
- "name": "womenshealthmag-us",
3
- "vendorUrl": "https://womenshealthmag.com",
4
- "cosmetic": true,
5
- "runContext": {
6
- "main": true,
7
- "frame": false,
8
- "urlPattern": "^https://(www\\.)?womenshealthmag\\.com/"
9
- },
10
- "prehideSelectors": ["[status=open]:has([aria-label=\"Privacy Disclosure\"])"],
11
- "detectCmp": [
12
- {
13
- "exists": "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
14
- }
15
- ],
16
- "detectPopup": [
17
- {
18
- "visible": "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
19
- }
20
- ],
21
- "optIn": [
22
- {
23
- "waitForThenClick": "[status=open]:has([aria-label=\"Privacy Disclosure\"]) button"
24
- }
25
- ],
26
- "optOut": [
27
- {
28
- "hide": "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
29
- }
30
- ]
31
- }
@@ -1,3 +0,0 @@
1
- import generateCMPTests from '../playwright/runner';
2
-
3
- generateCMPTests('womenshealthma-us', ['https://womenshealthmag.com']);