Check for `X-Powered-By: Craft CMS` header

As of Craft 2.4, Craft will send this header by default.
main
Brandon Kelly 10 years ago
parent a9cd069efc
commit a5075712c5

@ -1240,7 +1240,8 @@
1
],
"headers": {
"Set-Cookie": "CraftSessionId="
"Set-Cookie": "CraftSessionId=",
"X-Powered-By": "Craft CMS"
},
"implies": "PHP",
"website": "buildwithcraft.com"