Change SameSite attribute on session cookies to "lax" (#2592)
This commit is contained in:
parent
cfaf41ce24
commit
a271b59092
2 changed files with 6 additions and 1 deletions
config
|
@ -188,5 +188,5 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'same_site' => null,
|
||||
'same_site' => env('SESSION_SAMESITE_COOKIE', 'lax'),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue