-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
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
Handle IDN URL validation #15891
Handle IDN URL validation #15891
Conversation
@brianjhanson ready for undraft and review, I think? |
@timkelty yep, my bad. Marked as ready now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JS needs to be updated as well – compare the difference in how the input handles https://www.graubündensport.ch
vs https://www.graubundensport.ch
.
@brandonkelly updated in 75f46a3 |
Fixes the validation of URLs with special characters (like
ä
).I'm not sure if this is the best fix, so I'm definitely open to suggestions here.
Fixes #15989