source : add Energized Basic to ucate

This commit is contained in:
unknown 2021-11-07 18:10:51 +07:00
parent a420bbfd7c
commit ff7eac2048
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC
2 changed files with 4 additions and 2 deletions

View File

@ -11,9 +11,10 @@ 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://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt
https://block.energized.pro/basic/formats/filter
# veneto
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

View File

@ -27,7 +27,8 @@ UCATE_SOURCE = [
'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://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt'
'https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt',
'https://block.energized.pro/basic/formats/filter'
]
crawler.clear_old_files(incoming)