From: Roland Häder Date: Sun, 28 May 2023 07:58:12 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1aeb0a6ecac9853eaecd694243c36c9522a884f;p=fba.git 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 --- 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",