From e185dbaf98efabe33f14a90a925fdcc536cf02e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 2 Mar 2018 18:44:27 +0100 Subject: [PATCH] New global ref rule I hope it fix the facebook problem. --- data/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/data.json b/data/data.json index 9fc81a7..86af052 100644 --- a/data/data.json +++ b/data/data.json @@ -109,9 +109,10 @@ "hmb_campaign=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "hmb_medium=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "hmb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?", - "ref[\\_]?=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "[\\?|&]ref[\\_]?=[^\\/|\\?|&]*", "\\?$", - "\\&$" + "\\&$", + "\\/" ], "exceptions": [], "redirections": []