- From: Manish Goregaokar <notifications@github.com>
- Date: Sat, 17 Dec 2016 14:24:24 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 17 December 2016 22:24:58 UTC
Both Firefox and Chrome produce `"http://foo.bar/?%27"` on `(new URL("http://foo.bar/?\'")).href`. Spec does not include single quotes in the encode set used for queries. Chrome additionally encodes single quotes within hostnames, but Firefox does not. Should we update the spec here? cc @annevk @SimonSapin -- 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/172
Received on Saturday, 17 December 2016 22:24:58 UTC