mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Remove AWeber tracking parameters
This commit is contained in:
parent
77f426b4f7
commit
30f1ab0890
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|||
// https://github.com/newhouse/url-tracking-stripper
|
||||
private static final List<String> PARANOID_QUERY = Collections.unmodifiableList(Arrays.asList(
|
||||
// https://en.wikipedia.org/wiki/UTM_parameters
|
||||
"awt_a", // AWeber
|
||||
"awt_l", // AWeber
|
||||
"awt_m", // AWeber
|
||||
|
||||
"icid", // Adobe
|
||||
"gclid", // Google
|
||||
"gclsrc", // Google ads
|
||||
|
|
Loading…
Reference in a new issue