Re: [whatwg/url] Forbidden host code points should include all C0 controls & U+007F (#627)

If I understood the proposal correctly, percent-encoded control code points in the hosts would cause the parser to fail. 

If that is extended to opaque hosts as well, that would mean that e.g. `sc://a%01` would fail, even though, e.g. `sc://a%35` does not. (`%35` decodes to `#`).

I think it is better to allow any percent-encoded bytes in opaque hosts. 


-- 
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/627#issuecomment-968638986

Received on Monday, 15 November 2021 08:18:16 UTC