Skip to content
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

Add Content-Security-Policy header to vercel responses #841

Open
fennifith opened this issue Oct 20, 2023 · 0 comments
Open

Add Content-Security-Policy header to vercel responses #841

fennifith opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fennifith
Copy link
Member

https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP

Pages should have a Content-Security-Policy to prevent unintentional script execution from other domains.

Consider adding other headers such as those defined by express helmet as a good practice.

https://github.com/josh-hemphill/vite-plugin-csp

  • not sure if the above can be used when hosted on Vercel; this might just need configuration through vercel.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants