env('CSP_POLICY', "default-src 'none'; frame-ancestors 'none'"), /* |-------------------------------------------------------------------------- | CSP Report Only |-------------------------------------------------------------------------- | | When true, sends Content-Security-Policy-Report-Only instead of | Content-Security-Policy. Violations are logged but not blocked. | Use this for initial rollout to catch false positives. | */ 'csp_report_only' => env('CSP_REPORT_ONLY', false), ];