fix: 419 expires

This commit is contained in:
yll 2022-05-13 15:32:07 +07:00
parent b7e3be82b4
commit 73f5322b61
1 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ return [
|
*/
'secure' => env('SESSION_SECURE_COOKIE', true),
'secure' => env('SESSION_SECURE_COOKIE', false),
/*
|--------------------------------------------------------------------------
@ -192,6 +192,6 @@ return [
|
*/
'same_site' => 'lax',
'same_site' => null,
];