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
API consumers
Content security policy blocks the script
Before rendering
Client
Add a CSP scriptSrc='nonce=<some_value>'
oc-client should have configuration for nonce to be passed
oc - v0.49.12 , node version - 16.15.0
The text was updated successfully, but these errors were encountered:
Doesn't this get fixed by using strict-dynamic, so instead of just doing
Content-Security-Policy: script-src 'nonce-<some_value>' adding it like this? Content-Security-Policy: script-src 'strict-dynamic' 'nonce-<some_value>'
Content-Security-Policy: script-src 'nonce-<some_value>'
Content-Security-Policy: script-src 'strict-dynamic' 'nonce-<some_value>'
Sorry, something went wrong.
No branches or pull requests
Who is the bug affecting?
API consumers
What is affected by this bug?
Content security policy blocks the script
When does this occur?
Before rendering
Where on the platform does it happen?
Client
How do we replicate the issue?
Add a CSP scriptSrc='nonce=<some_value>'
Expected behavior (i.e. solution)
oc-client should have configuration for nonce to be passed
What version of OC, Node.js and OS are you using?
oc - v0.49.12 , node version - 16.15.0
Other Comments
The text was updated successfully, but these errors were encountered: