diff --git a/README.md b/README.md index 2910faf1..d995075b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Import the following URL into uBO to subscribe: -**AdGuard Home** users should use [this blocklist](#domain-based-adguard-home), compatibility with URL-based blocklist is retained temporarily until in 30 Sep 2020 (UTC). +**AdGuard Home** users should use [this blocklist](#domain-based-adguard-home). ## URL-based (AdGuard) diff --git a/src/script.sh b/src/script.sh index 62f4160c..64d88e09 100644 --- a/src/script.sh +++ b/src/script.sh @@ -120,9 +120,8 @@ sort | \ sed '1 i\'"$COMMENT_UBO"'' | \ sed "1s/Blocklist/Blocklist (AdGuard Home)/" > "../dist/phishing-filter-agh.txt" -cat "phishing-domains-adguard-home.txt" "phishing-url-top-domains.txt" | \ +cat "phishing-notop-domains.txt" "phishing-url-top-domains.txt" | \ sort | \ -sed '1 i\'"\n! BREAKING CHANGE (1 Oct 2020): AdGuard Home should use this blocklist https://gitlab.com/curben/phishing-filter#domain-based-adguard-home\n"'' | \ sed '1 i\'"$COMMENT_UBO"'' > "../dist/phishing-filter.txt"