3 namespace BookStack\Http\Middleware;
5 use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
7 class VerifyCsrfToken extends Middleware
10 * Indicates whether the XSRF-TOKEN cookie should be set on the response.
14 protected $addHttpCookie = true;
17 * The URIs that should be excluded from CSRF verification.