- From: Alwin Blok <notifications@github.com>
- Date: Mon, 15 Nov 2021 00:18:04 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 November 2021 08:18:16 UTC
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