From df3529018af90c041f6d15ec87aab73ece094c02 Mon Sep 17 00:00:00 2001 From: Charlie Chrisman Date: Tue, 1 Aug 2017 10:39:41 -0700 Subject: [PATCH] updated Contentful's html regex --- src/apps.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/apps.json b/src/apps.json index 217988723..50b81868b 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1650,12 +1650,7 @@ "cats": [ "1" ], - "html": [ - "<[^>]+(?:https?:)?\/\/images.contentful.com", - "<[^>]+(?:https?:)?\/\/videos.contentful.com", - "<[^>]+(?:https?:)?\/\/assets.contentful.com", - "<[^>]+(?:https?:)?\/\/downloads.contentful.com" - ], + "html": "<[^>]+(?:https?:)?//(?:assets|downloads|images|videos)\\.contentful\\.com", "icon": "Contentful.svg", "website": "http://www.contentful.com" },