Fixed 2 whitelistings

This commit is contained in:
Imre Kristoffer Eilertsen
2022-04-08 22:34:26 +02:00
committed by GitHub
parent e899a9d2f3
commit d820afd5a9
2 changed files with 8 additions and 2 deletions
@@ -486,8 +486,8 @@
@@||isdownorblocked.com^
@@||annonser.gess.no^
@@||stillingledig.*.no^
!*.cas.ms
!*.admin-mcas.ms
@@||cas.ms^
@@||admin-mcas.ms^
# ——— Dummy entry used to give myself credit, for when this list is used in large compilation hosts-type files (Although they are fully allowed by my licence to use this list, it'd be nice for me and end-users to see where it's being used, as a few of them do not credit their sources) ———
||if-a-large-hosts-file-contains-this-entry-then-it.uses-dandelion-sprouts-nordic-domains-as-a-source-list.data^
@@ -3531,6 +3531,12 @@ def prepare_agh(lines) -> str:
line
)
line = re.sub(
r"^!\*\.([a-z0-9].*)",
r"@@||\1^",
line
)
text += line + '\r\n'
return text