Hotfix for the Little Snitch version

This commit is contained in:
Imre Kristoffer Eilertsen
2019-09-29 01:16:46 +02:00
committed by GitHub
parent a3e8d6f0df
commit 9627af693c
2 changed files with 2 additions and 2 deletions
@@ -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
)