use except
This commit is contained in:
@@ -7,11 +7,11 @@ use Illuminate\Routing\Middleware\ValidateSignature as Middleware;
|
|||||||
class ValidateSignature extends Middleware
|
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<int, string>
|
* @var array<int, string>
|
||||||
*/
|
*/
|
||||||
protected $ignore = [
|
protected $except = [
|
||||||
// 'fbclid',
|
// 'fbclid',
|
||||||
// 'utm_campaign',
|
// 'utm_campaign',
|
||||||
// 'utm_content',
|
// 'utm_content',
|
||||||
|
|||||||
Reference in New Issue
Block a user