Apply correct default for cookie.secure config

This commit is contained in:
Ben Thomson 2022-02-15 12:59:31 +08:00 committed by GitHub
parent 301ffd1985
commit b7c92ffdd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ return [
|
*/
'secure' => env('SESSION_SECURE_COOKIE'),
'secure' => env('SESSION_SECURE_COOKIE', false),
/*
|--------------------------------------------------------------------------