mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
Hotfix for the Little Snitch version
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "bncentertainment.com" },
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "boligkanalen-maestro-new.azurewebsites.net" },
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "bostongrnhsflowers.com" },
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "brandstudio.inventory.schibsted.io
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "brandstudio.inventory.schibsted.io" },
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "breakoutstory24.com" },
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "brightertrade.com" },
|
||||
{ "action": "deny", "process": "any", "remote-hosts": "caperforaciones.com" },
|
||||
|
||||
@@ -903,7 +903,7 @@ def prepare_ls(lines) -> str:
|
||||
)
|
||||
|
||||
line = re.sub(
|
||||
r"$(?<=\.com$)|(?<=\.no$)|(?<=\.dk$)|(?<=\.is$)|(?<=\.fo$)|(?<=\.gl$)|(?<=\.org$)|(?<=\.net$)|(?<=\.tc$)|(?<=\.it$)|(?<=\.online$)|(?<=\.top$)|(?<=\.tv$)|(?<=\.eu$)|(?<=\.us$)|(?<=\.info$)|(?<=\.club$)",
|
||||
r"$(?<=\.com$)|(?<=\.no$)|(?<=\.dk$)|(?<=\.is$)|(?<=\.fo$)|(?<=\.gl$)|(?<=\.org$)|(?<=\.net$)|(?<=\.tc$)|(?<=\.it$)|(?<=\.online$)|(?<=\.top$)|(?<=\.tv$)|(?<=\.eu$)|(?<=\.us$)|(?<=\.info$)|(?<=\.club$)|(?<=\.io$)",
|
||||
"\" },",
|
||||
line
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user