From 6a817b82587cff0d942b158a2cf053e51015475b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 21 Jun 2023 10:08:28 -0400 Subject: [PATCH] Revert back to EasyList Cookie Notices --- platform/mv3/make-rulesets.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/mv3/make-rulesets.js b/platform/mv3/make-rulesets.js index 8ee792ad9..7f603d9d8 100644 --- a/platform/mv3/make-rulesets.js +++ b/platform/mv3/make-rulesets.js @@ -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',