- From: Timothy Gu <notifications@github.com>
- Date: Mon, 29 Nov 2021 20:59:01 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 November 2021 04:59:14 UTC
Pros: * Matches RFC 3986 and Go * Might reduce path traversal vulnerabilities, for implementations that allow switching URLs from non-special to special schemes (i.e., all browsers) Cons: * Doesn't match any browser (though to be fair, Chrome and Firefox don't actually support non-opaque paths in non-special URLs, and Safari implements the current spec) ---- Originally suggested by @karwa in https://github.com/whatwg/url/issues/651#issuecomment-975891834. -- 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/675
Received on Tuesday, 30 November 2021 04:59:14 UTC