diff --git a/Resources/source.txt b/Resources/source.txt index 3f9d686..76296b3 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -6,7 +6,6 @@ https://github.com/minoplhy/filters/releases/download/filters-build/Adguard-cnam https://github.com/minoplhy/filters/releases/download/filters-build/stevenblack-f_rpz.txt https://github.com/minoplhy/filters/releases/download/filters-build/someonewhocares_rpz.txt https://github.com/minoplhy/filters/releases/download/filters-build/hostsVN-all_rpz.txt -https://github.com/minoplhy/filters/releases/download/filters-build/hosts-database-full-alive_rpz.txt 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 @@ -17,4 +16,6 @@ https://block.energized.pro/basic/formats/filter https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt https://github.com/crazy-max/WindowsSpyBlocker/raw/master/data/hosts/spy.txt https://energized.pro/extensions/xtreme/formats/rpz.txt -https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt \ No newline at end of file +https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt +https://curben.gitlab.io/malware-filter/phishing-filter-agh.txt +https://curben.gitlab.io/malware-filter/pup-filter-agh.txt \ No newline at end of file diff --git a/action.py b/action.py index f489e5c..972ffa9 100644 --- a/action.py +++ b/action.py @@ -23,7 +23,6 @@ UCATE_SOURCE = [ 'https://github.com/minoplhy/filters/releases/download/filters-build/stevenblack-f_rpz.txt', 'https://github.com/minoplhy/filters/releases/download/filters-build/someonewhocares_rpz.txt', 'https://github.com/minoplhy/filters/releases/download/filters-build/hostsVN-all_rpz.txt', -'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', @@ -61,7 +60,9 @@ VENETO_SOURCE = [ 'https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt', 'https://github.com/crazy-max/WindowsSpyBlocker/raw/master/data/hosts/spy.txt', 'https://energized.pro/extensions/xtreme/formats/rpz.txt', -'https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt' +'https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt', +'https://curben.gitlab.io/malware-filter/phishing-filter-agh.txt', +'https://curben.gitlab.io/malware-filter/pup-filter-agh.txt' ] crawler.clear_old_files(incoming)