From 5c3b1f48801a26fffeb150a5aa13c6219c0acc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 21 May 2019 18:52:45 +0000 Subject: [PATCH] Add rules from #186 --- data/data.min.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index 6a5a0f7..a995e87 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -479,6 +479,16 @@ ], "exceptions": [], "redirections": [] + }, + "github.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(github\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "email_token", + "email_source" + ], + "exceptions": [], + "redirections": [] } } }