]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 28 May 2023 07:58:12 +0000 (09:58 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 28 May 2023 07:58:12 +0000 (09:58 +0200)
- these aren't supposed to be real URLs, they COULD be reached actually
- these URLs are references, not crawlable URLs
- so some people overdoze the SSL here a little, as http:// is just enough
  for referencing to a specification

fba.py

diff --git a/fba.py b/fba.py
index 3f3e30b6fc428e9201fc55e9a98becb78d9c0bab..2bdf1fb5c2a7e66fd2a5167aa8317c9ae87dba22 100644 (file)
--- a/fba.py
+++ b/fba.py
@@ -33,6 +33,10 @@ pending_errors = {
 
 # "rel" identifiers (no real URLs)
 nodeinfo_identifier = [
+    "https://nodeinfo.diaspora.software/ns/schema/2.1",
+    "https://nodeinfo.diaspora.software/ns/schema/2.0",
+    "https://nodeinfo.diaspora.software/ns/schema/1.1",
+    "https://nodeinfo.diaspora.software/ns/schema/1.0",
     "http://nodeinfo.diaspora.software/ns/schema/2.1",
     "http://nodeinfo.diaspora.software/ns/schema/2.0",
     "http://nodeinfo.diaspora.software/ns/schema/1.1",