Score drops to ‘Risky' after enabling 'unsafe-inline'
Allowing inline scripts or styles defeats the purpose of CSP — any reflected XSS now executes.
Fix: Replace 'unsafe-inline' with `'nonce-RANDOM'` (per-request) or `'sha256-...'` (per-snippet) hashes.