From 54e8a6068aed49a566f2acf65b70a9087340f9b0 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Mon, 18 Jan 2021 23:07:54 -0600 Subject: [PATCH] Update Fastly detection - Add Fastly origin header to detect via origin rewrites --- src/technologies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 5d6647eee..201f4c4ac 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5839,7 +5839,8 @@ "Fastly-Debug-Digest": "", "Vary": "Fastly-SSL", "X-Fastly-Request-ID": "", - "x-via-fastly:": "" + "x-via-fastly:": "", + "x-fastly-origin": "" }, "icon": "Fastly.svg", "website": "https://www.fastly.com"