mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Upgrade to 7.4
This commit is contained in:
@@ -34,7 +34,7 @@ return [
|
||||
'cookie' => 'firefly_session',
|
||||
'path' => env('COOKIE_PATH', '/'),
|
||||
'domain' => env('COOKIE_DOMAIN', null),
|
||||
'secure' => env('COOKIE_SECURE', false),
|
||||
'secure' => env('COOKIE_SECURE', null),
|
||||
'http_only' => true,
|
||||
'same_site' => null,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user