feat: drop AdGuard Home support in phishing-filter.txt
- BREAKING CHANGE - AdGuard Home should use https://gitlab.com/curben/phishing-filter#domain-based-adguard-home
This commit is contained in:
parent
7f3c883dd7
commit
35cb7464d9
|
@ -34,7 +34,7 @@ Import the following URL into uBO to subscribe:
|
|||
|
||||
</details>
|
||||
|
||||
**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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue