diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-20 14:32:52 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-20 14:36:41 +0100 |
commit | 2eb315f5c4d6ac72ed22c2324fb7cc1bc2fb302a (patch) | |
tree | 283c35278aecdfa660af5d1b44930ceea9e64dda /plugins | |
parent | 851c2ee548c7963cd096dc8b152ca6cbdd772e3b (diff) | |
download | xK-2eb315f5c4d6ac72ed22c2324fb7cc1bc2fb302a.tar.gz xK-2eb315f5c4d6ac72ed22c2324fb7cc1bc2fb302a.tar.xz xK-2eb315f5c4d6ac72ed22c2324fb7cc1bc2fb302a.zip |
utm-filter.lua: add Facebook to the filter
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/xC/utm-filter.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/xC/utm-filter.lua b/plugins/xC/utm-filter.lua index 82c4522..bbf0dd9 100644 --- a/plugins/xC/utm-filter.lua +++ b/plugins/xC/utm-filter.lua @@ -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, |