@duckduckgo/autoconsent 16.6.0 → 16.7.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 +14 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rule-index.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/compact-rules.json +1 -1
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rule-index.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.standalone.js +1 -1
- package/package.json +1 -1
- package/rules/autoconsent/carre.nl.json +32 -0
- package/rules/autoconsent/lineagrafica.json +4 -4
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/carre.nl.spec.ts +3 -0
- package/tests/lineagrafica.spec.ts +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "carre.nl",
|
|
3
|
+
"_metadata": {
|
|
4
|
+
"vendorUrl": "https://carre.nl/"
|
|
5
|
+
},
|
|
6
|
+
"runContext": {
|
|
7
|
+
"main": true,
|
|
8
|
+
"frame": false,
|
|
9
|
+
"urlPattern": "^https?://(www\\.)?carre\\.nl/"
|
|
10
|
+
},
|
|
11
|
+
"prehideSelectors": ["#cookie-notification"],
|
|
12
|
+
"detectCmp": [
|
|
13
|
+
{
|
|
14
|
+
"exists": "#cookie-notification .cookie_pref_wrapper .pref-opt.refuse"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"detectPopup": [
|
|
18
|
+
{
|
|
19
|
+
"visible": "#cookie-notification"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"optIn": [
|
|
23
|
+
{
|
|
24
|
+
"waitForThenClick": "#cookie-notification .cookie_pref_wrapper .pref-opt.btn--red"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"optOut": [
|
|
28
|
+
{
|
|
29
|
+
"waitForThenClick": "#cookie-notification .cookie_pref_wrapper .pref-opt.refuse"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "lineagrafica",
|
|
3
3
|
"vendorUrl": "https://addons.prestashop.com/en/legal/8734-eu-cookie-law-gdpr-banner-blocker.html",
|
|
4
4
|
"cosmetic": true,
|
|
5
|
-
"prehideSelectors": ["#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"],
|
|
5
|
+
"prehideSelectors": ["#lgcookieslaw_banner,#lgcookieslaw_modal,#lgcookieslaw-modal,.lgcookieslaw-overlay,.lgcookieslaw_overlay"],
|
|
6
6
|
"detectCmp": [
|
|
7
7
|
{
|
|
8
|
-
"exists": "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"
|
|
8
|
+
"exists": "#lgcookieslaw_banner,#lgcookieslaw_modal,#lgcookieslaw-modal,.lgcookieslaw-overlay,.lgcookieslaw_overlay"
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"detectPopup": [
|
|
12
12
|
{
|
|
13
|
-
"exists": "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"
|
|
13
|
+
"exists": "#lgcookieslaw_banner,#lgcookieslaw_modal,#lgcookieslaw-modal,.lgcookieslaw-overlay,.lgcookieslaw_overlay"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"optIn": [
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"optOut": [
|
|
22
22
|
{
|
|
23
|
-
"hide": "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"
|
|
23
|
+
"hide": "#lgcookieslaw_banner,#lgcookieslaw_modal,#lgcookieslaw-modal,.lgcookieslaw-overlay,.lgcookieslaw_overlay"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
}
|