From 14cf36c690fa393639e7dba3850f92969c017800 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 7 Jul 2020 02:28:03 +0100 Subject: [PATCH] fix: more accurate static filter - https://github.com/uBlockOrigin/uBlock-issues/issues/1116#issuecomment-654291153 --- src/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index b28a200a..bff9b2d6 100644 --- a/src/script.sh +++ b/src/script.sh @@ -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