Tighten a bit nelify detection (#2487)

- The server header always _start_ with Netlify
- Change the capitalization of the x-nf-request-id header
main
jvoisin 6 years ago committed by Elbert Alias
parent dea7130531
commit 6a4f21125a

@ -6610,8 +6610,8 @@
31 31
], ],
"headers": { "headers": {
"x-nf-request-id": "", "X-NF-Request-ID": "",
"Server": "Netlify" "Server": "^Netlify"
}, },
"icon": "Netlify.svg", "icon": "Netlify.svg",
"website": "https://www.netlify.com/" "website": "https://www.netlify.com/"