Skip to content

Commit a6bf24d

Browse files
authored
Merge pull request #331 from w3c/issue-329-mixed-contexts
Update security check step to handle multiple URLs.
2 parents 8da8bcb + 5aa9d85 commit a6bf24d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -1074,9 +1074,10 @@ <h4>
10741074
<a>prohibits mixed security contexts algorithm</a>.
10751075
</li>
10761076
<li>If the result of the algorithm is <code>"Prohibits Mixed
1077-
Security Contexts"</code> and <var>presentationUrl</var> is an <a>
1078-
a priori unauthenticated URL</a>, then return a <a>Promise</a>
1079-
rejected with a <a>SecurityError</a> and abort these steps.
1077+
Security Contexts"</code> and any member of
1078+
<var>presentationUrls</var> is an <a>a priori unauthenticated
1079+
URL</a>, then return a <a>Promise</a> rejected with a
1080+
<a>SecurityError</a> and abort these steps.
10801081
</li>
10811082
<li>If the document object's <a>active sandboxing flag set</a> has
10821083
the <a>sandboxed presentation browsing context flag</a> set, then
@@ -1509,9 +1510,9 @@ <h4>
15091510
<ul>
15101511
<li>The result of running the <a>prohibits mixed security
15111512
contexts algorithm</a> on the document's <a>settings object</a>
1512-
is <code>"Prohibits Mixed Security Contexts"</code> and
1513-
<var>presentationUrl</var> is an <a>a priori unauthenticated
1514-
URL</a>.
1513+
is <code>"Prohibits Mixed Security Contexts"</code> and any
1514+
member of <var>presentationUrls</var> is an <a>a priori
1515+
unauthenticated URL</a>.
15151516
</li>
15161517
<li>The document object's <a>active sandboxing flag set</a> has
15171518
the <a>sandboxed presentation browsing context flag</a> set.

0 commit comments

Comments
 (0)