From 5930376eb5ac0f827b386e4e2ae0ff5c28c759b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sun, 12 Jan 2020 20:46:59 +0100 Subject: [PATCH] Added exception Added exception for Window 10 start menu bing search redirection --- data/data.min.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/data.min.json b/data/data.min.json index 59f4277..3d2fbc5 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -418,7 +418,9 @@ ], "referralMarketing": [], "rawRules": [], - "exceptions": [], + "exceptions": [ + ".*(bing)(\\.[a-zA-Z]{2,})\\/WS\\/redirect\\/.*" + ], "redirections": [], "forceRedirection": false },