@astrojs/netlify@7.0.0-alpha.3
Breaking Changes📦 astroView on GitHub →
⚠ 1 breaking✨ 1 features🔧 2 symbols
Summary
This release promotes the Content Security Policy (CSP) configuration from experimental to a stable 'security.csp' option and updates internal dependencies.
⚠️ Breaking Changes
- The 'experimental.csp' configuration flag has been removed. Users must now use the 'security.csp' configuration option instead.
Migration Steps
- Move configuration from 'experimental.csp' to 'security.csp' in your astro.config file.
- Refer to the v6 upgrade guidance for detailed instructions on handling experimental flag removals.
✨ New Features
- Introduced a stable 'security.csp' configuration option to replace the experimental CSP implementation.
🔧 Affected Symbols
experimental.cspsecurity.csp