Merge pull request #14356 from snipe/fixes/set_csp_rule_to_true_by_default

Set CSP headers to true by default
This commit is contained in:
snipe 2024-03-01 11:37:53 +00:00 committed by GitHub
commit bc5c559413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ return [
|
*/
'enable_csp' => env('ENABLE_CSP', false),
'enable_csp' => env('ENABLE_CSP', true),
/*