Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
QA cookie banner rules fixes (#67)
Browse files Browse the repository at this point in the history
Fixing banner flash for the following sites:
offnews.bg, lidl.cz, filmaffinity.com, vrisko.gr, dikaiologitika.gr, fantacalcio.it, voetbal24.be, dagospia.com, independent.co.uk, chip.de, enikos.gr, zalando.ch, lastampa.it, rsvplive.ie.
  • Loading branch information
Softvision-ValentinBandac authored Nov 30, 2022
1 parent c7a77fa commit ccb0210
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7503,7 +7503,7 @@
{
"click": {
"optIn": "button.fc-button",
"presence": "div.fc-footer-buttons"
"presence": "div.fc-consent-root"
},
"domain": "offnews.bg",
"cookies": {},
Expand All @@ -7523,7 +7523,7 @@
"click": {
"optIn": "button.cookie-alert-extended-button",
"optOut": "button.cookie-alert-decline-button",
"presence": "div.cookie-alert-extended-controls"
"presence": "dialog#CybotCookiebotDialog"
},
"domain": "lidl.cz",
"cookies": {},
Expand Down Expand Up @@ -7590,7 +7590,7 @@
{
"click": {
"optIn": "button.css-v43ltw",
"presence": "div#qc-cmp2-ui"
"presence": "div#qc-cmp2-container"
},
"domain": "filmaffinity.com",
"cookies": {
Expand Down Expand Up @@ -7640,7 +7640,7 @@
{
"click": {
"optIn": "button.css-k8o10q",
"presence": "div#qc-cmp2-ui"
"presence": "div#qc-cmp2-container"
},
"domain": "vrisko.gr",
"cookies": {
Expand Down Expand Up @@ -7766,7 +7766,7 @@
{
"click": {
"optIn": "button.css-fz9f1h",
"presence": "div#qc-cmp2-ui"
"presence": "div#qc-cmp2-container"
},
"domain": "dikaiologitika.gr",
"cookies": {
Expand All @@ -7792,7 +7792,7 @@
{
"click": {
"optIn": "button.css-k8o10q",
"presence": "div#qc-cmp2-ui"
"presence": "div#qc-cmp2-container"
},
"domain": "fantacalcio.it",
"cookies": {
Expand Down Expand Up @@ -8047,7 +8047,7 @@
"click": {
"optIn": "button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll",
"optOut": "button#CybotCookiebotDialogBodyButtonDecline",
"presence": "div#CybotCookiebotDialogActive"
"presence": "div#CybotCookiebotDialog"
},
"domain": "voetbal24.be",
"cookies": {},
Expand Down Expand Up @@ -8148,7 +8148,7 @@
{
"click": {
"optOut": "button.css-2y11ar",
"presence": "qc-cmp2-container"
"presence": "div#qc-cmp2-container"
},
"domain": "dagospia.com",
"cookies": {
Expand Down Expand Up @@ -8206,7 +8206,7 @@
{
"click": {
"optIn": "button.sp_choice_type_11",
"presence": "div#notice"
"presence": "div.message-container"
},
"domain": "independent.co.uk",
"cookies": {},
Expand All @@ -8215,7 +8215,7 @@
{
"click": {
"optIn": "button.sp_choice_type_11",
"presence": "div#notice"
"presence": "div.message-container"
},
"domain": "chip.de",
"cookies": {
Expand Down Expand Up @@ -8287,7 +8287,7 @@
{
"click": {
"optIn": "button.css-1euwp1t",
"presence": "div#qc-cmp2-ui"
"presence": "div#qc-cmp2-container"
},
"domain": "enikos.gr",
"cookies": {
Expand Down Expand Up @@ -8368,7 +8368,7 @@
"click": {
"optIn": "button#uc-btn-accept-banner",
"optOut": "button#uc-btn-deny-banner",
"presence": "div.uc-banner-content"
"presence": "div#uc-banner-modal"
},
"domain": "zalando.ch",
"cookies": {},
Expand Down Expand Up @@ -8430,7 +8430,7 @@
{
"click": {
"optIn": "button.iubenda-cs-accept-btn",
"presence": "div.iubenda-cs-rationale"
"presence": "div#iubenda-cs-banner"
},
"domain": "lastampa.it",
"cookies": {},
Expand All @@ -8439,7 +8439,7 @@
{
"click": {
"optIn": "button.css-hxv78t",
"presence": "div#qc-cmp2-ui"
"presence": "div#qc-cmp2-container"
},
"domain": "rsvplive.ie",
"cookies": {
Expand Down

0 comments on commit ccb0210

Please sign in to comment.