Browse Source

Add "none" to supported same site options in session config (#5174)

Bert Heyman 4 years ago
parent
commit
136085bfd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

@@ -190,7 +190,7 @@ return [
     | take place, and can be used to mitigate CSRF attacks. By default, we
     | do not enable this as other CSRF protection services are in place.
     |
-    | Supported: "lax", "strict"
+    | Supported: "lax", "strict", "none"
     |
     */