bug-fix-patch
Enabled CSRF token verification
This commit is contained in:
@@ -32,7 +32,7 @@ class Kernel extends HttpKernel
|
||||
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
|
||||
\Illuminate\Session\Middleware\StartSession::class,
|
||||
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
|
||||
//\App\Http\Middleware\VerifyCsrfToken::class,
|
||||
\App\Http\Middleware\VerifyCsrfToken::class,
|
||||
\App\Http\Middleware\LanguageMiddleware::class,
|
||||
],
|
||||
'api' => [
|
||||
|
@@ -14,6 +14,7 @@ active
|
||||
|
||||
<p>Please read this software license agreement carefully before downloading or using the software. By clicking on the "accept" button, opening the package, or downloading the product, you are consenting to be bound by this agreement. If you do not agree to all of the terms of this agreement, stop the installation process and exit.</p>
|
||||
<form action="{{URL::route('postlicence')}}" method="post">
|
||||
{{ csrf_field() }}
|
||||
<div>
|
||||
|
||||
<div id="openModal" class="modalDialog">
|
||||
|
Reference in New Issue
Block a user