We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166abfa commit f93f4adCopy full SHA for f93f4ad
config/session.php
@@ -166,7 +166,7 @@
166
|
167
*/
168
169
- 'secure' => env('SESSION_SECURE_COOKIE', null),
+ 'secure' => env('SESSION_SECURE_COOKIE'),
170
171
/*
172
|--------------------------------------------------------------------------
@@ -190,7 +190,7 @@
190
| take place, and can be used to mitigate CSRF attacks. By default, we
191
| do not enable this as other CSRF protection services are in place.
192
193
- | Supported: "lax", "strict", "none"
+ | Supported: "lax", "strict", "none", null
194
195
196
0 commit comments