utm-filter.lua: filter out "gclid" as well
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user