Skip to content
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

mailto IDNAs? #98

Closed
stevenvachon opened this issue Jul 5, 2017 · 5 comments
Closed

mailto IDNAs? #98

stevenvachon opened this issue Jul 5, 2017 · 5 comments

Comments

@stevenvachon
Copy link
Contributor

new URL("mailto:a@:*&^:") // parses
new URL("http://a@:*&^:") // throws
@Sebmaster
Copy link
Member

Looks pretty good to me. What's the supposed issue here?

@stevenvachon
Copy link
Contributor Author

mailto URLs don't appear to have their hostnames validated for IDNA compliance.

@domenic
Copy link
Member

domenic commented Jul 5, 2017

Please provide more helpful issue descriptions in the future. This is the second useless issue opened by you.

mailto: URLs do not have hostnames; they only have paths.

@domenic domenic closed this as completed Jul 5, 2017
@Sebmaster
Copy link
Member

Mailto URLs don't have a hostname. They are pure data urls.

@stevenvachon
Copy link
Contributor Author

@domenic relax.

whatwg/url#331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants