diff --git a/app/Http/Middleware/ValidateSignature.php b/app/Http/Middleware/ValidateSignature.php index ee4045d8..093bf64a 100644 --- a/app/Http/Middleware/ValidateSignature.php +++ b/app/Http/Middleware/ValidateSignature.php @@ -7,11 +7,11 @@ class ValidateSignature extends Middleware { /** - * The names of the parameters that should be ignored. + * The names of the query string parameters that should be ignored. * * @var array */ - protected $ignore = [ + protected $except = [ // 'fbclid', // 'utm_campaign', // 'utm_content',