Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nosecone-next): Keep
'self'
script-src in defaults (#2378)
This refactors the Nosecone Next.js adapter to keep `'self'` in the script-src CSP directive. Generally `'self'` is a warning but it makes integration easier. If `'strict-dynamic'` is specified `'self'` will be ignored as part of the fallback mechanism of CSP so it is fine for us to specify.
- Loading branch information