Add SameSite attribute to cookies
This commit is contained in:
parent
2722c92bcf
commit
53c665787e
@ -194,6 +194,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'same_site' => null,
|
||||
'same_site' => 'strict',
|
||||
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user