Add cookie consent filter list to Adblock Plus recommendations
Background / User story
We want to add a new Premium feature to Adblock Plus (see adblockinc/ext/adblockplus/adblockplusui#1347 (closed), adblockinc/ext/adblockplus/adblockplusui#1444 (closed)) to help users with cookie messages on the web. For that, we need to add the respective filter list to the recommendations in Adblock Plus.
What to change
- Spec: (Create spec merge request and link to it from here)
- Legal: TBD
-
Development:
- Request update of entry in eyeo index from Filter List Operations:
- homepage: (remove)
- id: 588470E8-E163-4CD9-A909-521B2A3BE73F
- mv2_url: https://easylist-downloads.adblockplus.org/cookie-filter-list.txt
- type: cookies-premium
- Add filter list to Adblock Plus configuration.
- Update rules.
- Request update of entry in eyeo index from Filter List Operations:
Hints for testers
To test this, we can update the @adblockinc/rules
npm dependency in adblockplusui with the following value
"@adblockinc/rules": "gitlab:2alin-eyeo/rules#dfb055d8",
before running npm install
and build the extension.
- At the moment the filter list should be visible for all users (will change to only premium with adblockinc/ext/adblockplus/adblockplusui#1347 (closed)), through the options page > advanced tab > 'add built-in filter list' menu. Currently the filter title is "Cookie Consent Filter List".
- The filter list shouldn't have the 'homepage' metadata value, which means that if we click in the gear button, at the side of the filter list, the 'website' link shouldn't appear.