tina-cloud-starter
tina-cloud-starter copied to clipboard
Investigate/test CSP use with the starter
Content security policies provide an extra layer of security for various theoretical vulnerabilities. We could provide a sample CSP implementation in the starter or use the starter to guide documentation on potential CSP approaches.
Next.js has security headers: https://nextjs.org/docs/advanced-features/security-headers
provide an extra layer of security for various theoretical vulnerabilities
We may run into a few snags with unsafe-inline
. Looks like that's still an issue
https://github.com/styled-components/styled-components/issues/887#issuecomment-828627183