Summary
Resolve Content Security Policy (CSP) configuration issues causing the web application to fail client-side initialization in production deployments.
Contexts
The SvelteKit web application uses a CSP configuration in apps/web/svelte.config.js. Production deployments may experience frontend initialization or hydration failures when scripts injected during build/runtime are restricted by the current CSP directives. The CSP configuration should be reviewed and updated to ensure compatibility with production environments while maintaining security best practices.
Tasks
Acceptance Criteria
Area
web
Difficulty
Medium
Summary
Resolve Content Security Policy (CSP) configuration issues causing the web application to fail client-side initialization in production deployments.
Contexts
The SvelteKit web application uses a CSP configuration in
apps/web/svelte.config.js. Production deployments may experience frontend initialization or hydration failures when scripts injected during build/runtime are restricted by the current CSP directives. The CSP configuration should be reviewed and updated to ensure compatibility with production environments while maintaining security best practices.Tasks
apps/web/svelte.config.jsAcceptance Criteria
Area
webDifficulty
Medium