From f0e0a89051e7703ce7b29aa8a7c9f67df17d8f06 Mon Sep 17 00:00:00 2001 From: Fabian Schultz Date: Sun, 22 Apr 2018 13:48:46 +0200 Subject: [PATCH] Add ctfassets.net to Contentful detection. --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 817b3edf2..ebdb1ece9 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2036,7 +2036,7 @@ "cats": [ 1 ], - "html": "<[^>]+(?:https?:)?//(?:assets|downloads|images|videos)\\.(?:cfassets\\.net|contentful\\.com)", + "html": "<[^>]+(?:https?:)?//(?:assets|downloads|images|videos)\\.(?:cfassets\\.net|ctfassets\\.net|contentful\\.com)", "icon": "Contentful.svg", "website": "http://www.contentful.com" },