1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Set env vars for same site variable

This commit is contained in:
David Bomba 2022-01-13 10:56:41 +11:00
parent a56490c465
commit 8f2f6f93ea

View File

@ -196,6 +196,6 @@ return [
|
*/
'same_site' => 'lax',
'same_site' => env('SESSION_SAME_SITE', 'lax'),
];