-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Add CSP options to dashboard #2393
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
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
I'm going to set |
Uffizzi Ephemeral Environment
|
❗ Preview failed: invalid compose |
❗ Preview failed: invalid compose |
Any specific reason this has been closed? |
New Pull Request Checklist
Issue Description
Currently, Parse Dashboard cannot be used with strict CSP
Closes: #2392
Approach
Adds dashboard options:
options.strictCSP
, which sets the express app's CSP to strictoptions.CSPNonce
, which is a string that can be used to setnonce
, in case the developer wants to overrideTODOs before merging