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
What is the intended effect of allow_protocol_relative_urls? It seems to me that there might be a bug, but I'm also not clear on the flag's intended effects. For example:
The source just seems to offset the rest of the parsing by the protocol, and there doesn't seem to be any way that explicitly fails when protocol-relative URLs are used.
What is the intended effect of allow_protocol_relative_urls? It seems to me that there might be a bug, but I'm also not clear on the flag's intended effects. For example:
The source just seems to offset the rest of the parsing by the protocol, and there doesn't seem to be any way that explicitly fails when protocol-relative URLs are used.
https://github.com/chriso/validator.js/blob/master/lib/isURL.js#L86
The text was updated successfully, but these errors were encountered: