From: Roland Häder Date: Thu, 26 Oct 2023 05:49:14 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f55c8f24b8b8cbe66bdbd7bf9cc97e860e7f58d;p=fba.git Continued: - this instance has repeatedly (3x) caused an OOM (Out-Of-Memory) error here --- diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 91c674b..7bf048e 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -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: