Merge pull request #6440 from ysm0622/fastly

Add Fastly detection headers
main
Elbert Alias 3 years ago committed by GitHub
commit 9cf06ba694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
}
}