[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:
Fabrice Locher
2023-11-30 23:35:41 +01:00
committed by GitHub
parent 73cf5bc5bc
commit d6a2d8b837

View File

@@ -198,4 +198,17 @@ return [
'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,
];