From 24636c31886eba187ecd0a76e0f53ecaacb21ab9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 13 May 2020 15:38:57 +0200 Subject: [PATCH] Improve a bit wordpress detection - X-Pingback via xmlrpc.php is specific to wordpress - the shareaholic plugin is also a nice way to detect it --- src/apps.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 41f87971e..ff4d8ffc2 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12172,13 +12172,15 @@ "MySQL" ], "headers": { - "link": "rel=\"https://api\\.w\\.org/\"" + "link": "rel=\"https://api\\.w\\.org/\"", + "X-Pingback": "/xmlrpc\\.php$" }, "js": { "wp_username": "" }, "meta": { - "generator": "^WordPress ?([\\d.]+)?\\;version:\\1" + "generator": "^WordPress ?([\\d.]+)?\\;version:\\1", + "shareaholic:wp_version": "" }, "script": "/wp-(?:content|includes)/", "website": "https://wordpress.org"