From 05ca2c718e5eb2c30630c5e3dbcdaa9aff77a7e8 Mon Sep 17 00:00:00 2001 From: anton Date: Wed, 2 Jul 2014 20:38:46 +0400 Subject: [PATCH] add wordpress.com detection --- share/apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/apps.json b/share/apps.json index 9d32d625e..814463821 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3250,6 +3250,12 @@ "env": "^wp_username$", "implies": "PHP" }, + "WordPress.Com": { + "website": "wordpress.com", + "cats": [ 1, 11 ], + "html": "]+s\\d+\\.wp\\.com", + "implies": "WordPress" + }, "WordPress Super Cache": { "website": "ocaoimh.ie/wp-super-cache/", "cats": [ 23 ],