From 6a4f21125a2c5d185e82fc8d1e4ec5beda46d4a1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:05:09 +0000 Subject: [PATCH] Tighten a bit nelify detection (#2487) - The server header always _start_ with Netlify - Change the capitalization of the x-nf-request-id header --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 4a07cfc61..f4353429d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6610,8 +6610,8 @@ 31 ], "headers": { - "x-nf-request-id": "", - "Server": "Netlify" + "X-NF-Request-ID": "", + "Server": "^Netlify" }, "icon": "Netlify.svg", "website": "https://www.netlify.com/"