Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cross-origin opener policy #5334

Merged
merged 9 commits into from
Jun 24, 2020
Prev Previous commit
nit
  • Loading branch information
annevk committed Jun 24, 2020
commit 2803530daa3d2008e8cc8ae6ad0a8581437b6e5a
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82258,8 +82258,8 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
</li>

<li><p>Let <var>responseRequiresBrowsingContexGroupSwitch</var> be the result of <span
data-x="check-browsing-context-group-switch-response">checking if the response requires a
browsing context group switch</span> given <var>browsingContext</var>,
data-x="check-browsing-context-group-switch-response">checking if the response requires a
domenic marked this conversation as resolved.
Show resolved Hide resolved
browsing context group switch</span> given <var>browsingContext</var>,
<var>responseOrigin</var>, and <var>responseCOOP</var>.</p></li>

<li><p>If <var>responseRequiresBrowsingContextGroupSwitch</var> is true, set
Expand Down