From a5075712c5a9c2d718c4cef72845b60d8f719d13 Mon Sep 17 00:00:00 2001 From: Brandon Kelly Date: Mon, 8 Jun 2015 07:13:27 -0700 Subject: [PATCH] Check for `X-Powered-By: Craft CMS` header As of Craft 2.4, Craft will send this header by default. --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 3626efbb1..7f4be7886 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1240,7 +1240,8 @@ 1 ], "headers": { - "Set-Cookie": "CraftSessionId=" + "Set-Cookie": "CraftSessionId=", + "X-Powered-By": "Craft CMS" }, "implies": "PHP", "website": "buildwithcraft.com"