-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
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
server CSP #950
Labels
Milestone
Comments
CSP is blocking need SCSS etc:
|
|
Hi @jgadsden, I’m interested in working on this issue. Are you currently working on it, or would it be possible for me to contribute? Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what problem your feature request solves:
The server needs to implement a content security policy
Describe the solution you'd like:
use the package express-csp-header
or alternatively extend helmet:
td.server/src/config/securityheaders.config.js
Additional context:
It would be good to add NONCE
Some incomplete work was done to add CSP in pull request #1040
The text was updated successfully, but these errors were encountered: