From: Roland Häder Date: Wed, 7 Feb 2024 19:26:24 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21bf97ef421e827a52e5a76b9b16850e3de64208;p=fba.git Continued: - github isn't any fediverse instance - https://github.io redirects to a bad URL --- 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: