From 768e23cdcf0bfe7a8e8588b4b0e172bdfc642a39 Mon Sep 17 00:00:00 2001 From: Domenic Santangelo Date: Fri, 15 Aug 2014 10:54:24 -0700 Subject: [PATCH] Add Craft CMS detection --- share/apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/apps.json b/share/apps.json index e68f97921..13da7b195 100644 --- a/share/apps.json +++ b/share/apps.json @@ -651,6 +651,12 @@ "meta": { "generator": "CPG Dragonfly" }, "implies": "PHP" }, + "Craft CMS": { + "website": "buildwithcraft.com", + "cats": [ 1 ], + "headers": { "Set-Cookie": "CraftSessionId=" }, + "implies": "PHP" + }, "Crazy Egg": { "website": "crazyegg.com", "cats": [ 10 ],