Re: [whatwg/url] Return null origin of "blob:" URL containing inner "blob:" URL (PR #771)

@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