Update EasyList Cookie to 04d927232eaa034edd65bf15efc889f50b1b61c5#1228
Update EasyList Cookie to 04d927232eaa034edd65bf15efc889f50b1b61c5#1228github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
d20da3f to
0ed30f3
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0ed30f3. Configure here.
| litres.ru##div[data-testid="cookieAcceptPopup"] | ||
| lenta.com##lu-cookie-agree | ||
| mvideo.ru##mvid-cookie-notification | ||
| media.mts.ru##ookie-policy-widget |
There was a problem hiding this comment.
Typo in filter selector missing leading character
Medium Severity
The newly added rule media.mts.ru##ookie-policy-widget appears to have a typo — the selector is missing the leading c, and was almost certainly intended to be cookie-policy-widget. As written, this rule will try to match a non-existent <ookie-policy-widget> custom element and won't actually hide the cookie consent widget on media.mts.ru.
Reviewed by Cursor Bugbot for commit 0ed30f3. Configure here.
| admit-one.co.uk,forestcinema.co.uk,majestic-cinema.co.uk,thelivingroomcinema.co.uk#@##cookieBar | ||
| constructionsales.com.au#@##cookieConsentBanner | ||
| snp.nl#@##cookieLayer | ||
| gansel-rechtsanwaelte.de#@##cookieNoticePro |
There was a problem hiding this comment.
Orphaned exception rule for removed base rule
Low Severity
The general element hiding rule ###cookieNoticePro was removed in this diff, but a new exception rule gansel-rechtsanwaelte.de#@##cookieNoticePro was simultaneously added. Since the base rule no longer exists in the filterlist, this exception has nothing to exempt and is a dead rule. Either the base rule removal was unintended, or this exception was added in error.
Reviewed by Cursor Bugbot for commit 0ed30f3. Configure here.
0ed30f3 to
cbad164
Compare


This PR updates the filterlist based on EasyList Cookie commit 04d927232eaa034edd65bf15efc889f50b1b61c5.
Note
Low Risk
Low risk list-data update: it refreshes generated cosmetic blocking rules and domain-specific selectors, with the main risk being false positives/negatives in cookie banner hiding on affected sites.
Overview
Updates
rules/filterlist.txtto the latest generated output based on EasyList Cookie commit04d927232eaa034edd65bf15efc889f50b1b61c5(and refreshes the generation timestamp).The diff primarily adds/removes/adjusts cookie-consent cosmetic filters and domain-specific selectors, including new site entries and some domain list expansions/pruning for existing rules.
Reviewed by Cursor Bugbot for commit cbad164. Bugbot is set up for automated code reviews on this repo. Configure here.