From eaf2524887f1e867784fa5cbde62ac74c1d75640 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 3 Jan 2017 17:04:18 +0100 Subject: URL cleanup: add 'campaign_' to the annoying parameters Closes https://github.com/shaarli/Shaarli/issues/735 Signed-off-by: VirtualTam --- application/Url.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'application/Url.php') diff --git a/application/Url.php b/application/Url.php index c5c7dd18..25a62a8a 100644 --- a/application/Url.php +++ b/application/Url.php @@ -94,7 +94,10 @@ class Url 'utm_', // ATInternet - 'xtor=' + 'xtor=', + + // Other + 'campaign_' ); private static $annoyingFragments = array( -- cgit v1.2.3