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-Resource-Policy
The Cross-Origin-Resource-Policy header is now supported in Safari Technology Preview 59 (and hopefully other browsers soon):
https://fetch.spec.whatwg.org/#cross-origin-resource-policy-header whatwg/fetch#687 https://www.arturjanc.com/cross-origin-infoleaks.pdf https://webkit.org/blog/8332/release-notes-for-safari-technology-preview-59/ https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17934554/
e.g.
Cross-Origin-Resource-Policy: same-origin Cross-Origin-Resource-Policy: same-site
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Cross-Origin-Resource-Policy
header is now supported in Safari Technology Preview 59 (and hopefully other browsers soon):https://fetch.spec.whatwg.org/#cross-origin-resource-policy-header
whatwg/fetch#687
https://www.arturjanc.com/cross-origin-infoleaks.pdf
https://webkit.org/blog/8332/release-notes-for-safari-technology-preview-59/
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17934554/
e.g.
The text was updated successfully, but these errors were encountered: