diff --git a/Resources/source.txt b/Resources/source.txt index 76296b3..931c333 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -18,4 +18,5 @@ 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://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 +https://curben.gitlab.io/malware-filter/pup-filter-agh.txt +https://phishing.army/download/phishing_army_blocklist_extended.txt \ No newline at end of file diff --git a/action.py b/action.py index 972ffa9..05636c3 100644 --- a/action.py +++ b/action.py @@ -62,7 +62,8 @@ VENETO_SOURCE = [ 'https://energized.pro/extensions/xtreme/formats/rpz.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' +'https://curben.gitlab.io/malware-filter/pup-filter-agh.txt', +'https://phishing.army/download/phishing_army_blocklist_extended.txt' ] crawler.clear_old_files(incoming)