Add Same-site to config
This commit is contained in:
committed by
GitHub
parent
fa7d9df436
commit
a15f3ca8a9
@@ -176,4 +176,17 @@ return [
|
||||
|
||||
'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,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user