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

Implement Cross-Origin-Opener-Policy Header #3103

Closed
evilaliv3 opened this issue Nov 12, 2021 · 1 comment
Closed

Implement Cross-Origin-Opener-Policy Header #3103

evilaliv3 opened this issue Nov 12, 2021 · 1 comment

Comments

@evilaliv3
Copy link
Member

It would be really valuable to implement the HTTP Cross-Origin-Opener-Policy (COOP) header to ensure that the top-level document does not share a browsing context group with cross-origin documents.

The policy to be set in our use case is: Cross-Origin-Opener-Policy: same-origin

Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy

Acknowledgments: this tickets follows a discussion had on w3c/webappsec-referrer-policy#159 and some great advices by @annevk and @hackademix! Thank you!

@evilaliv3
Copy link
Member Author

Policy implemented and included starting from release 4.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant