diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-01-04 11:48:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 11:48:22 +0100 |
commit | 2d3a9be73de8a2e7b38ba0c8af19b940bf376243 (patch) | |
tree | a372be84233def76aa59b01fefd3d6aeea770289 /application | |
parent | 67a1d5d8237d200e6b85a4868f3b560ade5607b4 (diff) | |
parent | eaf2524887f1e867784fa5cbde62ac74c1d75640 (diff) | |
download | Shaarli-2d3a9be73de8a2e7b38ba0c8af19b940bf376243.tar.gz Shaarli-2d3a9be73de8a2e7b38ba0c8af19b940bf376243.tar.zst Shaarli-2d3a9be73de8a2e7b38ba0c8af19b940bf376243.zip |
Merge pull request #736 from virtualtam/url/annoying/campaign
URL cleanup: add 'campaign_' to the annoying parameters
Diffstat (limited to 'application')
-rw-r--r-- | application/Url.php | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
94 | 'utm_', | 94 | 'utm_', |
95 | 95 | ||
96 | // ATInternet | 96 | // ATInternet |
97 | 'xtor=' | 97 | 'xtor=', |
98 | |||
99 | // Other | ||
100 | 'campaign_' | ||
98 | ); | 101 | ); |
99 | 102 | ||
100 | private static $annoyingFragments = array( | 103 | private static $annoyingFragments = array( |