Heya! Do on-demand pages ship scripts that I need to configure in the Content Security Policy? Currently I am using:
- output:"server",
- Astro Actions for comment submission,
- Netlify adapter.
My strict CSP includes only hash for google analytics:
Content-Security-Policy: script-src 'sha256-{HASHED_INLINE_SCRIPT}' 'strict-dynamic' https: 'unsafe-inline'; object-src 'none'; base-uri 'none';