Add Same-site to config
This commit is contained in:
parent
fa7d9df436
commit
a15f3ca8a9
|
@ -176,4 +176,17 @@
|
|||
|
||||
'http_only' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Same-site Cookies
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may change the default value of the same-site cookie attribute.
|
||||
|
|
||||
| Supported: "lax", "strict"
|
||||
|
|
||||
*/
|
||||
|
||||
'same_site' => null,
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue