Skip to content

Commit

Permalink
Merge pull request #383 from LavaLite/9.x
Browse files Browse the repository at this point in the history
Removed fruit cake cors dependency
  • Loading branch information
georgemjohn authored Mar 6, 2022
2 parents 107e3f2 + 547db73 commit c0a36dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class Kernel extends HttpKernel
protected $middleware = [
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies::class,
\Fruitcake\Cors\HandleCors::class,
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
\App\Http\Middleware\TrimStrings::class,
Expand Down

0 comments on commit c0a36dd

Please sign in to comment.