]> BookStack Code Mirror - bookstack/blobdiff - app/Config/session.php
Framework: Upgrade from Laravel 9 to 10
[bookstack] / app / Config / session.php
index a00d758071201903b137d12d27a2581f7e481867..f2ec2509fc80882913d81211d5ce0cecbd0915d9 100644 (file)
@@ -85,4 +85,11 @@ return [
     // do not enable this as other CSRF protection services are in place.
     // Options: lax, strict, none
     '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,
 ];