remove TRUSTED_PROXIES from .env.example
make style ci happy
This commit is contained in:
parent
ee26a7e8dd
commit
8ab4faad8a
3 changed files with 5 additions and 6 deletions
|
@ -17,7 +17,7 @@ class Kernel extends HttpKernel
|
|||
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
|
||||
\Illuminate\Session\Middleware\StartSession::class,
|
||||
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
|
||||
|
||||
|
||||
\Pterodactyl\Http\Middleware\LanguageMiddleware::class,
|
||||
\Fideloper\Proxy\TrustProxies::class,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue