drop TUBA_SKIP_STRICT_VALIDATION
, optimize Uri filter
#1422
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By #1418
I think we can drop
TUBA_SKIP_STRICT_VALIDATION
as extra option may confuse new members.Also, I've removed extra steps, looks working for me, could you please test it with Internet DNS, IPv4, etc?
I tested on raw IPv6/Yggdrasil + mastodon.social, and connected there successfully.
Not sure about
.substring (3)
removing, please keep in mind if it is really wantedThe scheme enforcement removed, because there is alternative protocols available, not HTTP only (Gemini for example)
is
instance_uri.get_userinfo ()
in use by ActivityProtocol or we can skip it also by thenull
?