We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cross-Origin-Window-Policy
The Cross-Origin-Window-Policy header is now supported in Safari Technology Preview 59 (and hopefully other browsers soon):
whatwg/html#3740 https://groups.google.com/a/chromium.org/forum/#!topic/isolation-policy/zueJF9ad20g https://www.arturjanc.com/cross-origin-infoleaks.pdf https://webkit.org/blog/8332/release-notes-for-safari-technology-preview-59/
e.g.
Cross-Origin-Window-Policy: Deny Cross-Origin-Window-Policy: Allow Cross-Origin-Window-Policy: Allow-PostMessage
The text was updated successfully, but these errors were encountered:
Support has now been removed in Safari Technology Preview 67 https://webkit.org/blog/8419/release-notes-for-safari-technology-preview-67/
Sorry, something went wrong.
No branches or pull requests
The
Cross-Origin-Window-Policy
header is now supported in Safari Technology Preview 59 (and hopefully other browsers soon):whatwg/html#3740
https://groups.google.com/a/chromium.org/forum/#!topic/isolation-policy/zueJF9ad20g
https://www.arturjanc.com/cross-origin-infoleaks.pdf
https://webkit.org/blog/8332/release-notes-for-safari-technology-preview-59/
e.g.
The text was updated successfully, but these errors were encountered: