@duckduckgo/autoconsent 14.78.0 → 14.80.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
+ ]);
@@ -10,4 +10,12 @@ generateCMPTests('ketch', [
10
10
  'https://www.smartsheet.com/',
11
11
  'https://www.ketch.com/',
12
12
  'https://www.forbes.com/',
13
+ 'https://yumearth.com/products/variety-pack-30ct',
14
+ // Disclosure-only banner variant (US/CCPA): the standard banner ships with
15
+ // a single acknowledge button (e.g. "I understand"/"Learn more") and no
16
+ // reject option — consent is decided by Ketch's jurisdiction defaults.
17
+ 'https://shift.com/state-of-browsing/',
18
+ 'https://www.altec.com/',
19
+ 'https://www.akro-mils.com/',
20
+ 'https://www.ascensus.com/',
13
21
  ]);
@@ -10,6 +10,8 @@ generateCMPTests(
10
10
  'https://www.kia.com/us/en',
11
11
  'https://www.sportscheck.com/filialen/dortmund/',
12
12
  'https://www.idealo.de/',
13
+ 'https://www.condor.com/de/flug-vorbereiten/check-in/vorabend-check-in.jsp', // many-vendor setup; eval-only optOut timed out before the fix
14
+ 'https://www.cewe.de/',
13
15
  ],
14
16
  {
15
17
  skipRegions: ['US', 'GB', 'FR'],
@@ -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']);