New global ref rule

I hope it fix the facebook problem.
This commit is contained in:
Kevin Röbert 2018-03-02 18:44:27 +01:00
parent fbbda299aa
commit e185dbaf98

View File

@ -109,9 +109,10 @@
"hmb_campaign=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hmb_medium=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hmb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"ref[\\_]?=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"[\\?|&]ref[\\_]?=[^\\/|\\?|&]*",
"\\?$",
"\\&$"
"\\&$",
"\\/"
],
"exceptions": [],
"redirections": []