fix: 419 expires
This commit is contained in:
parent
b7e3be82b4
commit
73f5322b61
|
@ -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,
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue