From d1aeb0a6ecac9853eaecd694243c36c9522a884f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 28 May 2023 09:58:12 +0200 Subject: [PATCH] Continued: - 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fba.py b/fba.py index 3f3e30b..2bdf1fb 100644 --- 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", -- 2.39.5