mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-29 14:41:35 -08:00
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:
commit
bc5c559413
|
@ -199,7 +199,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'enable_csp' => env('ENABLE_CSP', false),
|
||||
'enable_csp' => env('ENABLE_CSP', true),
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue