mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Change SameSite attribute on session cookies to "lax" (#2592)
This commit is contained in:
committed by
GitHub
parent
cfaf41ce24
commit
a271b59092
@@ -188,5 +188,5 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'same_site' => null,
|
||||
'same_site' => env('SESSION_SAMESITE_COOKIE', 'lax'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user