]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 21 Nov 2023 21:15:08 +0000 (22:15 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 21 Nov 2023 21:15:08 +0000 (22:15 +0100)
- added parked domain
- added another list for seirdy.one

fba/helpers/blacklist.py
fba/helpers/blocklists.py

index f0cb24b8ab2dae6e19ad0e4ebff2ec1c047f0740..4b9fee97aed805188ccbab98015ed5c317ce8dc6 100644 (file)
@@ -51,6 +51,7 @@ _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",
+    "icolectiva.org"      : "Parked domain, no fediverse instance",
 }
 
 def is_blacklisted(domain: str) -> bool:
index deaf45d8610477745a3058f0a26c9ab09ddde2e1..03af850df331f6f04bc6b9745719338f984010c0 100644 (file)
@@ -83,6 +83,9 @@ txt_files = (
     },{
         "blocker": "seirdy.one",
         "url"    : "https://seirdy.one/pb/FediNuke.txt",
+    },{
+        "blocker": "seirdy.one",
+        "url"    : "https://seirdy.one/pb/spammy-subdomains.txt",
     }
 )