mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 20:30:20 +01:00
Fix inclusion of gyrovague.com in domains, hosts, TPL, AGH
This filter is marked as only applying to archive.* and as third-party, but it is converted anyway. I don't know how to fix the underlying problem, so I have added this tempfix.
This commit is contained in:
@@ -4826,10 +4826,10 @@ SOURCES = ['https://raw.githubusercontent.com/DandelionSprout/adfilt/refs/heads/
|
||||
|
||||
UNSUPPORTED_ABP = ['$important', ',important' '$redirect=', ',redirect=',
|
||||
':style', '##+js', '.*#' , ':xpath', ':matches-css', 'dk,no##', 'version.bind', 'pizzaseo.com', 'gamecopyworld', '$app', '$dnstype']
|
||||
UNSUPPORTED_TPL = ['##', '#@#', '#?#', r'\.no\.$', '/^', 'version.bind', 'pizzaseo.com', 'gamecopyworld', ': ', 'duckdns.org', '$dnstype']
|
||||
UNSUPPORTED_TPL = ['##', '#@#', '#?#', r'\.no\.$', '/^', 'version.bind', 'pizzaseo.com', 'gamecopyworld', ': ', 'duckdns.org', '$dnstype', "gyrovague.com"]
|
||||
UNSUPPORTED_PRIVOXY = ['##', '#@#', '#?#', '@@', '!#', '/^', 'gamecopyworld', '://', '$dnstype']
|
||||
UNSUPPORTED_HOSTS = ['##', '#@#', '#?#', '@@', '[Adblock Plus 3.', '*', '/^', 'duckdns.org']
|
||||
UNSUPPORTED_AGH = ['$redirect=']
|
||||
UNSUPPORTED_HOSTS = ['##', '#@#', '#?#', '@@', '[Adblock Plus 3.', '*', '/^', 'duckdns.org', "gyrovague.com"]
|
||||
UNSUPPORTED_AGH = ['$redirect=', "gyrovague.com"]
|
||||
|
||||
OUTPUT = 'Anti-Malware List\\xyzzyx.txt'
|
||||
OUTPUT_AG = 'Anti-Malware List\\AntiMalwareAdGuard.txt'
|
||||
@@ -8398,4 +8398,5 @@ if __name__ == "__main__":
|
||||
with open(OUTPUT_DOMAINS, "w", encoding="utf-8-sig", newline='\n') as text_file:
|
||||
text_file.write(domains_filter)
|
||||
|
||||
print('The Fanboy Notifications uBO version has been generated.')
|
||||
|
||||
print('The Fanboy Notifications uBO version has been generated.')
|
||||
|
||||
Reference in New Issue
Block a user