mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
Fixed 2 whitelistings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user