From 1f55c8f24b8b8cbe66bdbd7bf9cc97e860e7f58d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 26 Oct 2023 07:49:14 +0200 Subject: [PATCH] Continued: - this instance has repeatedly (3x) caused an OOM (Out-Of-Memory) error here --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5