utm-filter.lua: add Facebook to the filter

This commit is contained in:
2021-12-20 14:32:52 +01:00
parent 851c2ee548
commit 2eb315f5c4
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
--
-- utm-filter.lua: filter out Google Analytics bullshit from URLs
-- utm-filter.lua: filter out Google Analytics bullshit etc. from URLs
--
-- Copyright (c) 2015, Přemysl Eric Janouch <p@janouch.name>
-- Copyright (c) 2015 - 2021, Přemysl Eric Janouch <p@janouch.name>
--
-- Permission to use, copy, modify, and/or distribute this software for any
-- purpose with or without fee is hereby granted.
@@ -18,6 +18,7 @@
-- A list of useless URL parameters that don't affect page function
local banned = {
gclid = 1,
fbclid = 1,
utm_source = 1,
utm_medium = 1,