diff --git a/config/session.php b/config/session.php index c4fc9a13a..4f9756aef 100644 --- a/config/session.php +++ b/config/session.php @@ -163,7 +163,7 @@ return [ | */ - 'secure' => env('SESSION_SECURE_COOKIE', null), + 'secure' => env('SESSION_SECURE_COOKIE'), /* |-------------------------------------------------------------------------- @@ -187,7 +187,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", "none" + | Supported: "lax", "strict", "none", null | */