From 600a4767d9477b5d2fd785b5e9e794c9c691e488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 4 Oct 2019 15:23:54 +0200 Subject: [PATCH] Added rules #272 --- data/data.min.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index be00f8e..11dffca 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -858,6 +858,21 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "norml.org": { + "urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(norml\\.org).*", + "completeProvider": false, + "rules": [ + "link_id", + "can_id", + "source", + "email_referrer", + "email_subject" + ], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }