utm-filter.lua: filter out "gclid" as well

This commit is contained in:
Přemysl Eric Janouch 2015-12-10 21:47:41 +01:00
parent 620418fa3b
commit 5d3c2bea95
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
-- A list of useless URL parameters that don't affect page function
local banned = {
gclid = 1,
utm_source = 1,
utm_medium = 1,
utm_term = 1,