Browse Source

Add Same-site to config

Fernando Henrique Bandeira 7 years ago
parent
commit
a15f3ca8a9
1 changed files with 13 additions and 0 deletions
  1. 13 0
      config/session.php

+ 13 - 0
config/session.php

@@ -176,4 +176,17 @@ return [
 
     'http_only' => true,
 
+    /*
+    |--------------------------------------------------------------------------
+    | Same-site Cookies
+    |--------------------------------------------------------------------------
+    |
+    | Here you may change the default value of the same-site cookie attribute.
+    |
+    | Supported: "lax", "strict"
+    |
+    */
+
+    'same_site' => null,
+
 ];