fix: more accurate static filter
- https://github.com/uBlockOrigin/uBlock-issues/issues/1116#issuecomment-654291153
This commit is contained in:
parent
2984379de9
commit
14cf36c690
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue