From 3a65670426466d2edd6059cccaed1f7f483eca86 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 2 Oct 2021 13:24:58 +0700 Subject: [PATCH] Add DandelionSprout Anti-Malware to UCATE --- Resources/source.txt | 1 + action.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/source.txt b/Resources/source.txt index 70f3637..fd17c6a 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -10,6 +10,7 @@ https://github.com/minoplhy/filters/releases/download/filters-build/hosts-databa https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt https://urlhaus.abuse.ch/downloads/rpz/ https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt +https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt # veneto https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt diff --git a/action.py b/action.py index 546a118..ea6b72f 100644 --- a/action.py +++ b/action.py @@ -31,7 +31,8 @@ UCATE_SOURCE = [ 'https://github.com/minoplhy/filters/releases/download/filters-build/hosts-database-full-alive_rpz.txt', 'https://urlhaus.abuse.ch/downloads/rpz/', 'https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt', -'https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt' +'https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt', +'https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt' ] crawler.clear_old_files(incoming)