You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit addresses issue #7, where the library was overriding SvelteKit's
CSP directives without using the nonce value. The changes include:
- Modified securityHeaders.ts to integrate with SvelteKit's CSP
- Updated types and utilities to support nonce integration
- Adjusted demo app configuration to demonstrate proper CSP usage
- Renamed and reorganized files for better structure
sveltekit has CSP in
svelte.config.js
, this library overrides it and does not use the nonce value in the declared CSP directivesThe text was updated successfully, but these errors were encountered: