From 55cb9e8b391b491258447209b6d73c34519b9d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 10 Jan 2020 21:11:02 +0100 Subject: [PATCH] Added rules #348 --- data/data.min.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index 49b5e3e..c6c0135 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -1147,6 +1147,24 @@ ".*\\?([^&]*)" ], "forceRedirection": false + }, + "moosejaw.com": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(moosejaw)(\\.com).*", + "completeProvider": false, + "rules": [ + "cm_lm", + "cm_mmc", + "webUserId", + "spMailingID", + "spUserID", + "spJobID", + "spReportId" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }