Kaydet (Commit) e4f47b69 authored tarafından mertcelen's avatar mertcelen

Fix for #138, #139, #140

üst 14baeed8
......@@ -11,7 +11,7 @@ class VerifyCsrfToken extends Middleware
*
* @var bool
*/
protected $addHttpCookie = true;
protected $addHttpCookie = false;
/**
* The URIs that should be excluded from CSRF verification.
......
......@@ -46,7 +46,7 @@ return [
|
*/
'encrypt' => false,
'encrypt' => true,
/*
|--------------------------------------------------------------------------
......@@ -166,7 +166,7 @@ return [
|
*/
'secure' => env('SESSION_SECURE_COOKIE', false),
'secure' => env('SESSION_SECURE_COOKIE', true),
/*
|--------------------------------------------------------------------------
......@@ -194,6 +194,6 @@ return [
|
*/
'same_site' => null,
'same_site' => "strict",
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment