Weaken the global ref rule

Remove the only ref and ref_.
#36
#34
This commit is contained in:
Kevin Röbert 2018-03-02 17:39:39 +01:00
parent 061fabb7a2
commit ffc062556f

View File

@ -14,6 +14,7 @@
"spIA=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"ms3_c=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"[a-zA-Z%0-9]*ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"refRID=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"psc=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"colid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"coliid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
@ -99,20 +100,20 @@
"fb_action_ids=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"fb_action_types=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"fb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"fb_ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"action_object_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"action_type_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"action_ref_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"gs_l=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"mkt_tok=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hmb_campaign=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hmb_medium=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hmb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"[a-zA-Z_]*ref[a-zA-Z_]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"ref[\\_]?=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"\\?$",
"\\&$"
],
"exceptions": [
"(https:\\/\\/||http:\\/\\/).*(github\\.com)\\/.*\\/traffic.*"
],
"exceptions": [],
"redirections": []
},
"adtech": {