From ab399c64d33834b0274aba6f3ae5efdb3917e425 Mon Sep 17 00:00:00 2001 From: ArenaL5 Date: Sun, 17 May 2020 20:08:04 +0200 Subject: [PATCH] Add more terms to the blacklist of general parameter trimming As detailed in https://github.com/ghacksuserjs/ghacks-user.js/issues/149#issuecomment-310173763 Co-authored-by: crssi --- src/options/default-rules.json | 58 ++++++++++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 7 deletions(-) diff --git a/src/options/default-rules.json b/src/options/default-rules.json index 4f9be24..a55207a 100644 --- a/src/options/default-rules.json +++ b/src/options/default-rules.json @@ -98,13 +98,57 @@ "skipRedirectionFilter": true, "paramsFilter": { "values": [ - "CNDID", "_hsenc", "_openstat", "action_object_map", "action_ref_map", "action_type_map", - "fb_action_ids", "fb_action_types", "fb_ref", "fb_source", "fbclid", - "ga_campaign", "ga_content", "ga_medium", "ga_place", "ga_source", "ga_term", "gs_l", - "hmb_campaign", "hmb_medium", "hmb_source", "mbid", "mkt_tok", - "sc_campaign", "sc_channel", "sc_content", "sc_country", "sc_geo", "sc_medium", "sc_outcome", - "spJobID", "spMailingID", "spReportId", "spUserID", - "trk", "trkCampaign", "utm_*", "yclid" + "CNDID", + "_hsenc", + "_hsmi", + "_openstat", + "action_object_map", + "action_ref_map", + "action_type_map", + "algo_expid", + "algo_pvid", + "btsid", + "fb_action_ids", + "fb_action_types", + "fb_ref", + "fb_source", + "fbclid", + "ga_campaign", + "ga_content", + "ga_medium", + "ga_place", + "ga_source", + "ga_term", + "gs_l", + "hmb_campaign", + "hmb_medium", + "hmb_source", + "icid", + "mbid", + "mkt_tok", + "ncid", + "nr_email_referer", + "ref_", + "sc_campaign", + "sc_channel", + "sc_content", + "sc_country", + "sc_geo", + "sc_medium", + "sc_outcome", + "sid", + "spJobID", + "spMailingID", + "spReportId", + "spUserID", + "sr_share", + "trk", + "trkCampaign", + "utm_*", + "vero_conv", + "vero_id", + "ws_ab_test", + "yclid" ] } },