]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 28 Nov 2023 05:54:55 +0000 (06:54 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Nov 2023 05:54:55 +0000 (06:54 +0100)
- parked domains blocked

fba/helpers/blacklist.py

index a8ff359628f0a5d3bdd5a219cc7ec5ce9a0078fa..9276d4aba59d9d4cdb341d5844b2a81bb3d59903 100644 (file)
@@ -53,6 +53,10 @@ _blacklist = {
     "hexbear.net"         : "Is a Lemmy instance with malicious JavaScript code (shell commands)",
     "mastodon.n41.lat"    : "Somehow this instance repeatedly causes an OOM here",
     "icolectiva.org"      : "Parked domain, no fediverse instance",
+    "blombus.com"         : "Parked domain, no fediverse instance",
+    "eliotberriot.com"    : "Parked domain, no fediverse instance",
+    "fsam.one"            : "Parked domain, no fediverse instance",
+    "doot.tv"             : "Parked domain, no fediverse instance",
     "qwest.net"           : "Dynamic IP address hosts should not be used for fediverse instances",
 }