mirror of https://github.com/M66B/FairEmail.git
Remove some more tracking parameters
This commit is contained in:
parent
f1b904b75b
commit
a8b0c4481d
|
@ -197,12 +197,23 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
private DateFormat TF;
|
||||
private DateFormat DTF;
|
||||
|
||||
// https://github.com/newhouse/url-tracking-stripper
|
||||
private static final List<String> PARANOID_QUERY = Collections.unmodifiableList(Arrays.asList(
|
||||
"utm_source",
|
||||
"utm_medium",
|
||||
"utm_campaign",
|
||||
"utm_term",
|
||||
"utm_content"
|
||||
"utm_content",
|
||||
|
||||
"utm_name",
|
||||
"utm_cid",
|
||||
"utm_reader",
|
||||
"utm_viz_id",
|
||||
"utm_pubreferrer",
|
||||
"utm_swu",
|
||||
|
||||
"gclid",
|
||||
"fbclid"
|
||||
));
|
||||
|
||||
public class ViewHolder extends RecyclerView.ViewHolder implements
|
||||
|
|
Loading…
Reference in New Issue