X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2Fhelpers%2Fblacklist.py;h=6d0c6ff2da4a947a13a294b8cc9ef5484fa428e6;hb=21c7c13dcdf897008a7f340e606c947092ba51bd;hp=19e2987c6877487d3d66a2d6ccdcca6ae519e0b3;hpb=bb95d72f1eea5e904475b4abce5a833023175f89;p=fba.git diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 19e2987..6d0c6ff 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -40,6 +40,7 @@ _blacklist = { "vercel.app" : "Floods federation tables with fake nodes", "run.app" : "Floods federation tables with fake nodes", "sutty.nl" : "Floods federation tables with fake nodes", + "mdrqnxtagon.pw" : "Floods federation tables with fake nodes", "denden.world" : "Looks like a valid Mastodon instance, but return exactly (!) 5k instances with trash domains", "fnaf.stream" : "Trolls with over-long sub-domain name(s)", "ngrok.io" : "Testing/developing instances shouldn't be part of public instances", @@ -52,6 +53,8 @@ _blacklist = { "tunnel.silicon.moe" : "Testing/developing instances shouldn't be part of public instances", "hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)", "mastodon.n41.lat" : "Somehow this instance repeatedly causes an OOM here", + "fb.me" : "Facebook websites are never Fediverse instances", + "osl.academy" : "Parked domain, no fediverse instance", "icolectiva.org" : "Parked domain, no fediverse instance", "blombus.com" : "Parked domain, no fediverse instance", "eliotberriot.com" : "Parked domain, no fediverse instance", @@ -61,6 +64,7 @@ _blacklist = { "horserock.xyz" : "Parked domain, no fediverse instance", "free-pic.org" : "Parked domain, no fediverse instance", "co-mastdn.ga" : "Parked domain, no fediverse instance", + "chocoflan.net" : "Parked domain, no fediverse instance", "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances", }