mirror of
https://github.com/filegator/filegator.git
synced 2025-08-08 12:56:45 +02:00
option for cookie_secure added
This commit is contained in:
@@ -47,6 +47,7 @@ return [
|
|||||||
|
|
||||||
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([
|
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([
|
||||||
"cookie_samesite" => "Lax",
|
"cookie_samesite" => "Lax",
|
||||||
|
"cookie_secure" => null,
|
||||||
], $handler);
|
], $handler);
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user