]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 7 Feb 2024 19:26:24 +0000 (20:26 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 7 Feb 2024 19:26:24 +0000 (20:26 +0100)
- github isn't any fediverse instance
- https://github.io redirects to a bad URL

fba/helpers/blacklist.py

index dc3bb84a064df28acd16503212b24648fbd6b194..33cd2aa040af916bebda737ff27fb536b3ac48b5 100644 (file)
@@ -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: