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
The HTTP Cross-Origin-Embedder-Policy (COEP) response header configures embedding cross-origin resources into the document.
Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy
OWASP recommended value (as of May 11th, 2023): Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Embedder-Policy: require-corp
This value means that "A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
10k ft View
Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy
OWASP recommended value (as of May 11th, 2023):
Cross-Origin-Embedder-Policy: require-corp
This value means that "A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin."
Resources
The text was updated successfully, but these errors were encountered: