remove profanity list as it had lot of false negatives like google and twitter

This commit is contained in:
robocopAlpha 2021-07-18 05:02:15 +03:00
parent 36ff7385cd
commit c7333009e5

View file

@ -49,7 +49,7 @@ if ping -c 1 -W 2 www.google.fi &> /dev/null ; then
# DC old lists # DC old lists
fetch_blocklist 'https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/list.txt' "coinblocker.list.txt" fetch_blocklist 'https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/list.txt' "coinblocker.list.txt"
fetch_blocklist 'https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/list_browser.txt' "coinblocker.browser.txt" fetch_blocklist 'https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/list_browser.txt' "coinblocker.browser.txt"
fetch_blocklist 'https://raw.githubusercontent.com/Bon-Appetit/porn-domains/master/block.txt' "profanity.txt" # energized.pro is currently down. Restore the profanity list when their service is back up.
# fetch_blocklist 'https://blocklistproject.github.io/Lists/alt-version/porn-nl.txt' "profanity_ultra.txt" # Has 2 million domains # fetch_blocklist 'https://blocklistproject.github.io/Lists/alt-version/porn-nl.txt' "profanity_ultra.txt" # Has 2 million domains
fetch_blocklist 'https://theantisocialengineer.com/AntiSocial_Blacklist_Community_V1.txt' "AntiSocial_Blacklist_Community_V1.txt" fetch_blocklist 'https://theantisocialengineer.com/AntiSocial_Blacklist_Community_V1.txt' "AntiSocial_Blacklist_Community_V1.txt"