From 0ecb43172890d1ce12d3c6dffe59eb608897013e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 6 Dec 2020 20:43:18 +0100 Subject: [PATCH] Add AdGuard for multiparty --- fetch_resources.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch_resources.sh b/fetch_resources.sh index 4355347..4cc06e4 100755 --- a/fetch_resources.sh +++ b/fetch_resources.sh @@ -17,6 +17,7 @@ function dl() { log "Retrieving rules…" rm -f rules*/*.cache.* dl https://easylist.to/easylist/easyprivacy.txt rules_adblock/easyprivacy.cache.txt +dl https://filters.adtidy.org/extension/chromium/filters/3.txt rules_adblock/adguard.cache.txt log "Retrieving TLD list…" dl http://data.iana.org/TLD/tlds-alpha-by-domain.txt temp/all_tld.temp.list