From c32e0ecec7f6959f92d46c89939faec0d2945d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 18 Sep 2017 18:15:23 +0200 Subject: [PATCH] Add new rule for reddit --- data/data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/data.json b/data/data.json index 9fde755..97fcd0a 100644 --- a/data/data.json +++ b/data/data.json @@ -169,6 +169,15 @@ ], "exceptions": [], "redirections": [] + }, + "reddit": { + "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?reddit\\.)\\w{2,}\\/.*", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + "url=([^\\/|\\?|&]*)" + ] } } }