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