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
Content-Security-Policy
'unsafe-inline'
Access-Control-Allow-Origin
Cross-Origin-Embedder-Policy
Cross-Origin-Opener-Policy
Cross-Origin-Resource-Policy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Warnings
Content-Security-Policy
: This policy contains'unsafe-inline'
which is dangerous in the style-src directive.Access-Control-Allow-Origin
: This is a very lax CORS policy. Such a policy should only be used on a public CDN.Upcoming Headers
Cross-Origin-Embedder-Policy
: allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.Cross-Origin-Opener-Policy
: allows a site to opt-in to Cross-Origin Isolation in the browser.Cross-Origin-Resource-Policy
: allows a resource owner to specify who can load the resource.The text was updated successfully, but these errors were encountered: