From 2b2a58432c0a280d94695fbbd7035436374a0890 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 7 Dec 2017 21:43:25 +0100 Subject: [PATCH] Improve fastly detection (#1867) This can be checked [here](http://www.sxcurity.pro/2017/11/27/tricky-CORS/) --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 39e0a2b03..ca40286ef 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2673,7 +2673,8 @@ "31" ], "headers": { - "Fastly-Debug-Digest": "" + "Fastly-Debug-Digest": "", + "X-Fastly-Request-ID": "" }, "icon": "Fastly.svg", "website": "https://www.fastly.com"