]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 26 Oct 2023 05:49:14 +0000 (07:49 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 26 Oct 2023 05:49:14 +0000 (07:49 +0200)
- this instance has repeatedly (3x) caused an OOM (Out-Of-Memory) error here

fba/helpers/blacklist.py

index 91c674b63f38644c4491a4ea3faf395f34fe8331..7bf048ec0ed7357f59ce2bedb97972bdb7b6ac5f 100644 (file)
@@ -49,6 +49,7 @@ _blacklist = {
     "ignorelist.com"      : "Testing/developing instances shouldn't be part of public instances",
     "app.github.dev"      : "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",
 }
 
 def is_blacklisted(domain: str) -> bool: