mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 20:06:58 +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([
|
||||
"cookie_samesite" => "Lax",
|
||||
"cookie_secure" => null,
|
||||
], $handler);
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user