Add Fastly detection headers

main
Chris 3 years ago
parent c4704aa761
commit 5b5cca4f4f

@ -349,9 +349,11 @@
"Fastly-Debug-Digest": "", "Fastly-Debug-Digest": "",
"Vary": "Fastly-SSL", "Vary": "Fastly-SSL",
"X-Fastly-Request-ID": "", "X-Fastly-Request-ID": "",
"x-fastly-request-id": "",
"x-fastly-origin": "", "x-fastly-origin": "",
"x-served-by": "^cache-", "x-served-by": "^cache-",
"x-via-fastly:": "" "x-via-fastly:": "",
"server": "Fastly"
}, },
"icon": "Fastly.svg", "icon": "Fastly.svg",
"pricing": [ "pricing": [
@ -1731,4 +1733,4 @@
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js" "website": "https://github.com/alvarotrigo/fullpage.js"
} }
} }