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
script-src
The CSP header used by Icinga Web doesn't define a policy for javascript, and thus doesn't prohibit e.g. inlining it.
script-src 'self'; should be added.
script-src 'self';
The text was updated successfully, but these errors were encountered:
Csp: Include `script-src 'self';
0258676
fixes #5180
22689d3
4c31392
Add missing script-src policy (#5181)
b268044
nilmerg
Successfully merging a pull request may close this issue.
Describe the bug
The CSP header used by Icinga Web doesn't define a policy for javascript, and thus doesn't prohibit e.g. inlining it.
Expected behavior
script-src 'self';
should be added.Your Environment
The text was updated successfully, but these errors were encountered: