[10.x] Add partitioned cookie config key (#6257)
* [10.x] Add partitioned cookie config key * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
73cf5bc5bc
commit
d6a2d8b837
|
@ -198,4 +198,17 @@
|
|||
|
||||
'same_site' => 'lax',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Partitioned Cookies
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Setting this value to true will tie the cookie to the top-level site for
|
||||
| a cross-site context. Partitioned cookies are accepted by the browser
|
||||
| when flagged "secure" and the Same-Site attribute is set to "none".
|
||||
|
|
||||
*/
|
||||
|
||||
'partitioned' => false,
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue