wip
This commit is contained in:
parent
951c9c8501
commit
858a3ca662
|
@ -12,11 +12,11 @@ class ValidateSignature extends Middleware
|
||||||
* @var array<int, string>
|
* @var array<int, string>
|
||||||
*/
|
*/
|
||||||
protected $ignore = [
|
protected $ignore = [
|
||||||
// 'utm_campaign',
|
|
||||||
// 'utm_source',
|
|
||||||
// 'utm_medium',
|
|
||||||
// 'utm_content',
|
|
||||||
// 'utm_term',
|
|
||||||
// 'fbclid',
|
// 'fbclid',
|
||||||
|
// 'utm_campaign',
|
||||||
|
// 'utm_content',
|
||||||
|
// 'utm_medium',
|
||||||
|
// 'utm_source',
|
||||||
|
// 'utm_term',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue