From f1086f8889f806cddc345c880fdc8d716b817f01 Mon Sep 17 00:00:00 2001 From: DJCrashdummy <1420719-DJCrashdummy@users.noreply.gitlab.com> Date: Wed, 24 Jun 2020 14:12:14 +0000 Subject: [PATCH] added rule for cnbc.com (to fix #573) --- data/data.min.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index 3b9e485..f43cb39 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -2075,6 +2075,18 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "cnbc.com": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(cnbc)(\\.com).*", + "completeProvider": false, + "rules": [ + "__source" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } } \ No newline at end of file