Skip to content

Commit

Permalink
Fix wrong variable for COOP + sandbox check
Browse files Browse the repository at this point in the history
Closes #8511.
  • Loading branch information
jeremyroman committed Nov 17, 2022
1 parent bc36ed6 commit 0cd1975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -91492,7 +91492,7 @@ location.href = '#foo';</code></pre>
<var>request</var>'s <span data-x="concept-request-referrer">referrer</span>.</p></li>

<li>
<p>If <var>sandboxFlags</var> is not empty and <var>responseCOOP</var>'s <span
<p>If <var>finalSandboxFlags</var> is not empty and <var>responseCOOP</var>'s <span
data-x="coop-struct-value">value</span> is not "<code
data-x="coop-unsafe-none">unsafe-none</code>", then set <var>response</var> to an
appropriate <span>network error</span> and <span>break</span>.</p>
Expand Down

0 comments on commit 0cd1975

Please sign in to comment.