We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isUrl
Describe the bug The following is a valid URL (according to w3c) but fails validation:
myapp://root/parent/child
The text was updated successfully, but these errors were encountered:
@Woodz isURL('myapp://root/parent/child',{protocols: ['myapp'],require_tld:false}) with these options it is passing validation
Sorry, something went wrong.
fix validatorjs#2448 : isUrl fails for URLs that do not use domain su…
132f1e2
…ffixes
No branches or pull requests
Describe the bug
The following is a valid URL (according to w3c) but fails validation:
myapp://root/parent/child
The text was updated successfully, but these errors were encountered: