Skip to content

Commit

Permalink
Add more terms to the blacklist of general parameter trimming
Browse files Browse the repository at this point in the history
As detailed in arkenfox/user.js#149 (comment)

Co-authored-by: crssi <herbert@knavs.net>
  • Loading branch information
2 people authored and Monso pequeño committed Aug 4, 2020
1 parent 941ccd5 commit 1b7b0aa
Showing 1 changed file with 51 additions and 7 deletions.
58 changes: 51 additions & 7 deletions src/options/default-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
},
Expand Down

0 comments on commit 1b7b0aa

Please sign in to comment.