From c635fc235b8bc12e5c7b4b1173bb49157002fb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 11 Jun 2018 22:13:03 +0200 Subject: [PATCH] New exception New exception for GitLab. --- data/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 8af862b..184098b 100644 --- a/data/data.json +++ b/data/data.json @@ -123,7 +123,8 @@ ], "exceptions": [ ".*([\\.]?matrix\\.org)(\\/_matrix)\\/.*", - ".*([\\.]?prismic\\.io).*" + ".*([\\.]?prismic\\.io).*", + ".*([\\.]?gitlab\\.com).*" ], "redirections": [] },