Shift middleware

This commit is contained in:
Shift
2023-01-03 08:25:49 +00:00
parent 03666d8881
commit 720a76c4da
3 changed files with 39 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* Indicates whether the XSRF-TOKEN cookie should be set on the response.
*
* @var bool
*/
protected $addHttpCookie = true;
/**
* The URIs that should be excluded from CSRF verification.
*