Skip to content

Commit

Permalink
Fix COOP enforcement to use response, not request, URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyroman authored Dec 1, 2022
1 parent 378cb43 commit bf441c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -91502,7 +91502,7 @@ location.href = '#foo';</code></pre>
<li><p>Set <var>coopEnforcementResult</var> to the result of <span
data-x="coop-enforce">enforcing the response's cross-origin opener policy</span> given
<var>navigable</var>'s <span data-x="nav-bc">active browsing context</span>,
<var>request</var>'s <span data-x="concept-request-url">URL</span>,
<var>response</var>'s <span data-x="concept-response-url">URL</span>,
<var>responseOrigin</var>, <var>responseCOOP</var>, <var>coopEnforcementResult</var> and
<var>request</var>'s <span data-x="concept-request-referrer">referrer</span>.</p></li>

Expand Down

0 comments on commit bf441c2

Please sign in to comment.