From 21bf97ef421e827a52e5a76b9b16850e3de64208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 7 Feb 2024 20:26:24 +0100 Subject: [PATCH] Continued: - github isn't any fediverse instance - https://github.io redirects to a bad URL --- fba/helpers/blacklist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index dc3bb84..33cd2aa 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -67,6 +67,8 @@ _blacklist = { "chocoflan.net" : "Parked domain, no fediverse instance", "singleuser.club" : "Parked domain, no fediverse instance", "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances", + "github.io" : "GITHub's 'pages' service won't contain any fediverse instance", + "github.com" : "GIT repository hosting service", } def is_blacklisted(domain: str) -> bool: -- 2.39.5