From 05f1442d96c87aa540b14160fca9fd4ef9046b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 23 Aug 2019 23:20:53 +0200 Subject: [PATCH] Added rule for woot.com #231 --- data/data.min.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index 59c3672..9ea5bca 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -763,6 +763,17 @@ ".*vk\\.com\\/away\\.php\\?to=([^&]*)" ], "forceRedirection": false + }, + "woot.com": { + "urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(woot\\.com).*", + "completeProvider": false, + "rules": [ + "ref_?" + ], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }