Skip to content

Commit dcc83ac

Browse files
committed
Return null origin of "blob:" URL containing inner non-"http(s):" URL
1 parent bfb9157 commit dcc83ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

url.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,6 +3081,9 @@ is the <a for=/>origin</a> returned by running these steps, switching on <var>ur
30813081

30823082
<li><p>If <var>pathURL</var> is failure, then return a new <a>opaque origin</a>.
30833083

3084+
<li><p>If <var>pathURL</var>'s <a for=url>scheme</a> is not "<code>http</code>" and not
3085+
"<code>https</code>" then return a new <a>opaque origin</a>.
3086+
30843087
<li><p>Return <var>pathURL</var>'s <a for=url>origin</a>.
30853088
<!-- Did you mean: recursion -->
30863089
</ol>

0 commit comments

Comments
 (0)