From 5b5cca4f4f18306d591de36470b30fda067b7cc4 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 Jun 2022 16:08:32 +0900 Subject: [PATCH] Add Fastly detection headers --- src/technologies/f.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index b61aef2f2..3ed63d58d 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -349,9 +349,11 @@ "Fastly-Debug-Digest": "", "Vary": "Fastly-SSL", "X-Fastly-Request-ID": "", + "x-fastly-request-id": "", "x-fastly-origin": "", "x-served-by": "^cache-", - "x-via-fastly:": "" + "x-via-fastly:": "", + "server": "Fastly" }, "icon": "Fastly.svg", "pricing": [ @@ -1731,4 +1733,4 @@ "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "website": "https://github.com/alvarotrigo/fullpage.js" } -} \ No newline at end of file +}