Add Same-site to config

This commit is contained in:
Fernando Henrique Bandeira 2017-03-06 08:56:41 -03:00 committed by GitHub
parent fa7d9df436
commit a15f3ca8a9
1 changed files with 13 additions and 0 deletions

View File

@ -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,
];