mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Set CSP headers to true by default
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ad2674d20b
commit
9b2fcbff08
|
@ -199,7 +199,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'enable_csp' => env('ENABLE_CSP', false),
|
||||
'enable_csp' => env('ENABLE_CSP', true),
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue