Skip to content

Commit

Permalink
Added support for candis.io (#373)
Browse files Browse the repository at this point in the history
fixes #370
  • Loading branch information
appeasementPolitik authored Nov 6, 2022
1 parent ee0223e commit 0935a82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/data/js/6_cookieHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,11 @@ function getE(hostname) {
case "archerresourcing.co.uk":
return [
"fs-cc=%257B%2522consents%2522%253A%257B%2522analytics%2522%253Afalse%252C%2522essential%2522%253Atrue%252C%2522marketing%2522%253Afalse%252C%2522personalization%2522%253Afalse%252C%2522uncategorized%2522%253Afalse%257D%257D",
];
];
case "candis.io":
return [
"cookies_settings={%22analytics%22:false%2C%22marketing%22:false%2C%22necessary%22:true%2C%22statistical%22:false}",
];
}

const parts = hostname.split(".");
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15469,6 +15469,7 @@ const rules = {
"roland-rechtsschutz.de": { j: "5" },
"honda.co.za": { s: ".cookies{display:none !important}" },
"dlive.tv": { j: "5" },
"candis.io": { j: "6" },
"kauppakeskuswilla.fi": { s: ".cdk-global-overlay-wrapper{display:none !important}" },
"hd.digital": { s: ".modal-backdrop{display:none !important} body{overflow: unset !important}" },
};
Expand Down

0 comments on commit 0935a82

Please sign in to comment.