Skip to content

Commit 2f73158

Browse files
committed
Explicitly ban file, javascript, wss, local scheme
1 parent 6af96aa commit 2f73158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎index.html

+3
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ <h3>
451451
</li>
452452
<li>If |url| is failure, return false.
453453
</li>
454+
<li>If the |url|'s [=URL/scheme=] is a [=local scheme=], or
455+
`file`, or `javascript`, or `wss`, return false.
456+
</li>
454457
<li>If |url|'s [=URL/scheme=] is not a [=sharable scheme=],
455458
return false.
456459
</li>

0 commit comments

Comments
 (0)