@duckduckgo/autoconsent 16.3.0 → 16.5.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.
@@ -1,21 +1,35 @@
1
1
  import generateCMPTests from '../playwright/runner';
2
2
 
3
- generateCMPTests('ketch', [
4
- 'https://time.com/',
5
- 'https://www.rover.com/nl/',
6
- 'https://purple.com/',
7
- 'https://www.ncsasports.org/',
8
- 'https://www.pret.co.uk/en-GB',
9
- 'https://www.greatpetcare.com/',
10
- 'https://www.smartsheet.com/',
11
- 'https://www.ketch.com/',
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/',
21
- ]);
3
+ generateCMPTests(
4
+ 'ketch',
5
+ [
6
+ 'https://www.rover.com/nl/',
7
+ 'https://purple.com/',
8
+ 'https://www.ncsasports.org/',
9
+ 'https://www.pret.co.uk/en-GB',
10
+ 'https://www.greatpetcare.com/',
11
+ 'https://www.smartsheet.com/',
12
+ 'https://www.ketch.com/',
13
+ 'https://www.forbes.com/',
14
+ 'https://yumearth.com/products/variety-pack-30ct',
15
+ // Disclosure-only banner variant (US/CCPA): the standard banner ships with
16
+ // a single acknowledge button (e.g. "I understand"/"Learn more") and no
17
+ // reject option — consent is decided by Ketch's jurisdiction defaults.
18
+ 'https://shift.com/state-of-browsing/',
19
+ 'https://www.altec.com/',
20
+ 'https://www.akro-mils.com/',
21
+ 'https://www.ascensus.com/',
22
+ // Banner with "Manage Cookie Settings" + "Accept All Cookies" only (no
23
+ // direct reject); preferences modal has per-purpose toggles and a
24
+ // "Save Settings" button but no "Reject All".
25
+ 'https://my.equifax.ca/login',
26
+ // 3-button banner where the direct reject (aria-label="Reject
27
+ // Optional Cookies") is #ketch-banner-button-secondary while
28
+ // #ketch-banner-button-tertiary is "Cookie Settings" — verifies we
29
+ // prefer the aria-label-based direct reject over id-position guesses.
30
+ 'https://www.pbs.org/newshour/economy/tomatoes-become-latest-symbol-of-americas-affordability-squeeze',
31
+ ],
32
+ {
33
+ onlyRegions: ['US', 'DE'],
34
+ },
35
+ );
@@ -0,0 +1,5 @@
1
+ import generateCMPTests from '../playwright/runner';
2
+
3
+ generateCMPTests('msn', ['https://www.msn.com/en-gb', 'https://www.msn.com/de-de', 'https://www.msn.com/fr-fr'], {
4
+ onlyRegions: ['UK', 'DE', 'FR'],
5
+ });
@@ -0,0 +1,12 @@
1
+ import generateCMPTests from '../playwright/runner';
2
+
3
+ generateCMPTests('pikpak', [
4
+ 'https://mypikpak.com/',
5
+ 'https://mypikpak.com/en-US',
6
+ 'https://mypikpak.net/',
7
+ 'https://filepax.com/',
8
+ 'https://filepax.net/',
9
+ 'https://pikpakse.com/',
10
+ 'https://pikpax.net/',
11
+ 'https://pickpackapp.com/',
12
+ ]);