fix: more accurate static filter

- https://github.com/uBlockOrigin/uBlock-issues/issues/1116#issuecomment-654291153
This commit is contained in:
MDLeom 2020-07-07 02:28:03 +01:00
parent 2984379de9
commit 14cf36c690
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ grep -F -vf "phishtank-top-domains.txt" > "phishing-domains.txt"
cat "phishtank.txt" | \
grep -F -f "phishtank-top-domains.txt" | \
sed "s/^/||/g" | \
sed "s/$/^\$all/g" > "phishing-url-top-domains.txt"
sed "s/$/\$all/g" > "phishing-url-top-domains.txt"
## Merge malware domains and URLs