Some more typical tracking parameter is removed

This commit is contained in:
Michael Vogel 2014-12-01 22:52:51 +01:00
parent d2d3804e09
commit 0c60eb18f7
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ function original_url($url, $depth=1, $fetchbody = false) {
if (in_array($param, array("utm_source", "utm_medium", "utm_term", "utm_content", "utm_campaign",
"wt_mc", "pk_campaign", "pk_kwd", "mc_cid", "mc_eid",
"fb_action_ids", "fb_action_types", "fb_ref",
"awesm",
"awesm", "wtrid",
"woo_campaign", "woo_source", "woo_medium", "woo_content", "woo_term"))) {
$pair = $param."=".urlencode($value);