This commit is contained in:
Refactorian
2024-02-17 23:09:24 +09:00
committed by GitHub
parent edbbe6d81d
commit 953460bca6
12 changed files with 710 additions and 494 deletions

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