[whatwg/url] Forbid < and > in hosts (#459)

&gt; Considering &lt;&gt; seem to be forbidden in two browsers, we should consider making them forbidden too. The list is testable through new URL(&#39;http://&lt;/&#39;).href.

This PR add `&lt;` and `&gt;` to `Host miscellaneous`, Close #458 
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/459

-- Commit Summary --

  * Forbid &lt; and &gt; in hosts

-- File Changes --

    M url.bs (4)

-- Patch Links --

https://github.com/whatwg/url/pull/459.patch
https://github.com/whatwg/url/pull/459.diff

-- 
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/pull/459

Received on Thursday, 12 December 2019 04:42:33 UTC