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 fails on http://xn------eddceddeftq7bvv7c4ke4c.xn--p1ai/ because of the following check for triple hyphens.
https://github.com/chriso/validator.js/blame/master/validator.js#L403
Punycode Translation: взять-деньги-в-долг.рф => xn------eddceddeftq7bvv7c4ke4c.xn--p1ai
Domain can be validated here: http://xn--domain.net/ Removing the hyphens would invalidate the punycode.
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. I'll disable the triple hyphen check when it's an IDNA.
Sorry, something went wrong.
a2bf05d
No branches or pull requests
isURL fails on http://xn------eddceddeftq7bvv7c4ke4c.xn--p1ai/ because of the following check for triple hyphens.
https://github.com/chriso/validator.js/blame/master/validator.js#L403
Punycode Translation:
взять-деньги-в-долг.рф => xn------eddceddeftq7bvv7c4ke4c.xn--p1ai
Domain can be validated here: http://xn--domain.net/
Removing the hyphens would invalidate the punycode.
The text was updated successfully, but these errors were encountered: