Skip to content

Commit

Permalink
Return opaque origin for blob: URL containing inner non-http(s): URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev authored May 24, 2023
1 parent bfb9157 commit eee49fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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>.

<li><p>Return <var>pathURL</var>'s <a for=url>origin</a>.
<!-- Did you mean: recursion -->
</ol>
Expand Down

0 comments on commit eee49fd

Please sign in to comment.