1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

Revert back to EasyList Cookie Notices

This commit is contained in:
Raymond Hill 2023-06-21 10:08:28 -04:00
parent 6a27a3960b
commit 6a817b8258
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1060,14 +1060,14 @@ async function main() {
// Handpicked annoyance rulesets from assets.json
await rulesetFromURLs({
id: 'annoyances-cookies',
name: 'AdGuard Cookies Notices',
name: 'EasyList/uBO Cookie Notices',
group: 'annoyances',
enabled: false,
urls: [
'https://filters.adtidy.org/extension/ublock/filters/18.txt',
'https://ublockorigin.github.io/uAssets/thirdparties/easylist-cookies.txt',
'https://ublockorigin.github.io/uAssets/filters/annoyances-cookies.txt',
],
homeURL: 'https://github.com/AdguardTeam/AdguardFilters#adguard-filters',
homeURL: 'https://github.com/easylist/easylist#fanboy-lists',
});
await rulesetFromURLs({
id: 'annoyances-overlays',