You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'.://' should not parse. It is not an absolute URI because '.' is not a valid scheme, and it is not a relative URI because a path-noscheme cannot begin with a ':'.
'.://'
should not parse. It is not an absolute URI because'.'
is not a valid scheme, and it is not a relative URI because apath-noscheme
cannot begin with a':'
.The relevant grammar rules from the RFC:
The text was updated successfully, but these errors were encountered: