<?php namespace App\Http\Middleware; use Illuminate\Routing\Middleware\ValidateSignature as Middleware; class ValidateSignature extends Middleware { /** * The names of the query string parameters that should be ignored. * * @var array<int, string> */ protected $except = [ // 'fbclid', // 'utm_campaign', // 'utm_content', // 'utm_medium', // 'utm_source', // 'utm_term', ]; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Authenticate.php | File | 409 B | 0644 |
|
EncryptCookies.php | File | 307 B | 0644 |
|
PreventRequestsDuringMaintenance.php | File | 366 B | 0644 |
|
RedirectIfAuthenticated.php | File | 760 B | 0644 |
|
TrimStrings.php | File | 381 B | 0644 |
|
TrustHosts.php | File | 379 B | 0644 |
|
TrustProxies.php | File | 649 B | 0644 |
|
ValidateSignature.php | File | 460 B | 0644 |
|
VerifyCsrfToken.php | File | 320 B | 0644 |
|