utm-filter.lua: mention the passing of fbclid
This commit is contained in:
parent
60d52ad479
commit
2d8808d795
|
@ -18,6 +18,9 @@
|
||||||
-- A list of useless URL parameters that don't affect page function
|
-- A list of useless URL parameters that don't affect page function
|
||||||
local banned = {
|
local banned = {
|
||||||
gclid = 1,
|
gclid = 1,
|
||||||
|
|
||||||
|
-- Alas, Facebook no longer uses this parameter, see:
|
||||||
|
-- https://news.ycombinator.com/item?id=32117489
|
||||||
fbclid = 1,
|
fbclid = 1,
|
||||||
|
|
||||||
utm_source = 1,
|
utm_source = 1,
|
||||||
|
|
Loading…
Reference in New Issue