Remove AWeber tracking parameters

pull/199/head
M66B 3 years ago
parent 77f426b4f7
commit 30f1ab0890

@ -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…
Cancel
Save