Re: [whatwg/url] Disallow all C0 control and DEL codepoints in hosts (PR #673)

@annevk commented on this pull request.

I would prefer not adding percent-encoding of additional code points to opaque hosts at the same time. I.e., restrict this change to additional failure cases of domains.

What I was envisioning is that we have two constants:

* Forbidden host code points (this can be renamed to forbidden domain code points). We would modify this as you did.
* Forbidden opaque-host code points (this would be the old forbidden host code points).



-- 
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/673#pullrequestreview-812517330

Received on Monday, 22 November 2021 13:14:07 UTC