Re: [whatwg/url] Semi-colon (;) should be illegal in URL hostname parsing (#159)

The current list is basically maximally liberal while avoiding deeply problematic code points. I did this because in theory hosts basically have no restrictions on what they can contain. But yeah, we should probably move into the other direction given what user agents already do.

Note that since RFC3986 allows percent-encoded characters they do allow basically anything.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/159#issuecomment-265911282

Received on Friday, 9 December 2016 01:53:55 UTC