]> git.mxchange.org Git - friendica.git/commitdiff
Some more typical tracking parameter is removed
authorMichael Vogel <icarus@dabo.de>
Mon, 1 Dec 2014 21:52:51 +0000 (22:52 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 1 Dec 2014 21:52:51 +0000 (22:52 +0100)
include/network.php

index eb29a02b66b1da7023be37f63af883ba31deb80a..6a37f4a5496e18160e4753ad5194a893bb8e0380 100644 (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);