- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 23 May 2023 09:04:23 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 23 May 2023 16:04:28 UTC
@annevk approved this pull request. This looks good to me. For a moment I thought we could use "HTTP(S) scheme" but that's not defined here and that's probably fine. > @@ -3081,6 +3081,9 @@ is the <a for=/>origin</a> returned by running these steps, switching on <var>ur <li><p>If <var>pathURL</var> is failure, then return a new <a>opaque origin</a>. + <li><p>If <var>pathURL</var>'s <a for=url>scheme</a> is not "<code>http</code>" and not + "<code>https</code>" then return a new <a>opaque origin</a>. ```suggestion "<code>https</code>", then return a new <a>opaque origin</a>. ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/771#pullrequestreview-1440092889 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/pull/771/review/1440092889@github.com>
Received on Tuesday, 23 May 2023 16:04:28 UTC