- From: achristensen07 <notifications@github.com>
- Date: Thu, 01 Dec 2016 11:56:13 -0800
- To: whatwg/url <url@noreply.github.com>
Received on Thursday, 1 December 2016 19:56:56 UTC
I noticed Safari doesn't accept '<' or '>' but Firefox does, and Chrome percent-encodes these characters. According to https://tools.ietf.org/html/rfc3986 we should only accept ALPHA DIGIT -._~!$&'()*+,;= or properly percent-encoded values, which would have been decoded at this point. Where did the current list of forbidden characters come from? I would support a change to match rfc3986 more closely by having a list of allowed characters instead of a list of forbidden characters. -- 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/159#issuecomment-264276870
Received on Thursday, 1 December 2016 19:56:56 UTC