Skip to content

Commit

Permalink
Remove coop.co.uk rule that breaks site functionality and is redundant (
Browse files Browse the repository at this point in the history
#6409)

This rule breaks functionality on coop.co.uk sites such as non-cookie modals. The rule is redundant anyway, as since it was added Co-op have switched to using OneTrust, so the extensions existing code for handling OneTrust is enough.
  • Loading branch information
philwolstenholme committed Dec 13, 2023
1 parent c3d6440 commit b883b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -4222,7 +4222,6 @@ const rules = {
"iqoption.com": {
s: 'div[data-test-id="notification-position-container-block"]{display:none !important}',
},
"coop.co.uk": { s: "footer ~ div{display:none !important}" },
"flows.be": { s: "#flows-cookie-compliance-popup{display:none !important}" },
"netflixinbelgie.be": { c: 144 },
"fansbreak.com": { c: 0 },
Expand Down

0 comments on commit b883b67

Please sign in to comment.