[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

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