Skip to content

Commit

Permalink
Issue #5288 Ignore the mcp_token tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Jun 28, 2024
1 parent baa171c commit 5e57a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -5310,7 +5310,7 @@ public static function scDualParams($parmstr, $first2array = false)
*/
public static function removeTrackers($get = array())
{
$trackers = array('fbclid','utm_source','utm_medium','utm_content','utm_campaign','elan', 'msclkid', 'gclid', 'gad', 'gad_source');
$trackers = array('fbclid','utm_source','utm_medium','utm_content','utm_campaign','elan', 'msclkid', 'gclid', 'gad', 'gad_source', 'mcp_token');

foreach($trackers as $val)
{
Expand Down

0 comments on commit 5e57a6b

Please sign in to comment.