Add SameSite attribute to cookies

This commit is contained in:
Deon George 2022-08-10 12:45:55 +10:00
parent 2722c92bcf
commit 53c665787e
1 changed files with 1 additions and 1 deletions

View File

@ -194,6 +194,6 @@ return [
|
*/
'same_site' => null,
'same_site' => 'strict',
];