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
],
"headers": {
"x-nf-request-id": "",
"Server": "Netlify"
"X-NF-Request-ID": "",
"Server": "^Netlify"
},
"icon": "Netlify.svg",
"website": "https://www.netlify.com/"