PATH:
home
/
lab2454c
/
internationalminersbank.com
/
backup
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Http\Middleware\TrustHosts as Middleware; class TrustHosts extends Middleware { /** * Get the host patterns that should be trusted. * * @return array<int, string|null> */ public function hosts() { return [ $this->allSubdomainsOfApplicationUrl(), ]; } }
[-] TrustProxies.php
[edit]
[-] TrimStrings.php
[edit]
[+]
..
[-] RedirectIfAuthenticated.php
[edit]
[-] Authenticate.php
[edit]
[-] EncryptCookies.php
[edit]
[-] PreventRequestsDuringMaintenance.php
[edit]
[-] VerifyCsrfToken.php
[edit]
[-] TrustHosts.php
[edit]