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

Interestingly, in Firefox `new URL('https://a\u0007f.com')` throws but `new URL("https://a" + String.fromCodePoint(0x7f) + ".com")` does not.  We'll need to have good tests for this.

-- 
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-947950307

Received on Wednesday, 20 October 2021 18:59:14 UTC