From 914dfb023a00eb6a5eeb29e168e32a1de2b3fb3c Mon Sep 17 00:00:00 2001 From: Patryk Padus Date: Mon, 6 Apr 2020 17:19:06 +0200 Subject: [PATCH] Netlify new url adoption Fix for https://github.com/AliasIO/wappalyzer/issues/3012 --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4013f5954..2531dbfbb 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7326,7 +7326,7 @@ "X-NF-Request-ID": "", "Server": "^Netlify" }, - "url": "^https?://[^/]+\\.netlify\\.com/", + "url": "^https?://[^/]+\\.netlify\\.(com||app)/", "icon": "Netlify.svg", "website": "https://www.netlify.com/" },