PATH:
home
/
lab2454c
/
omvstudio.com
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Routing\Middleware\ValidateSignature as Middleware; class ValidateSignature extends Middleware { /** * The names of the parameters that should be ignored. * * @var array<int, string> */ protected $ignore = [ // 'fbclid', // 'utm_campaign', // 'utm_content', // 'utm_medium', // 'utm_source', // 'utm_term', ]; }
[-] TrustProxies.php
[edit]
[-] TrimStrings.php
[edit]
[-] CheckSubscription.php
[edit]
[+]
..
[-] RedirectIfAuthenticated.php
[edit]
[-] Authenticate.php
[edit]
[-] ValidateSignature.php
[edit]
[-] EncryptCookies.php
[edit]
[-] PreventRequestsDuringMaintenance.php
[edit]
[-] VerifyCsrfToken.php
[edit]
[-] TrustHosts.php
[edit]