diff --git a/NorwegianExperimentalList alternate versions/LittleSnitchNorwegianList.lsrules b/NorwegianExperimentalList alternate versions/LittleSnitchNorwegianList.lsrules index e851144f6..585afe424 100644 --- a/NorwegianExperimentalList alternate versions/LittleSnitchNorwegianList.lsrules +++ b/NorwegianExperimentalList alternate versions/LittleSnitchNorwegianList.lsrules @@ -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" }, diff --git a/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py b/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py index fc95d4663..88bea3b76 100644 --- a/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py +++ b/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py @@ -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 )