From 2cd6bc03ef2b90dbd213f5a4396f64b007d98031 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Wed, 10 Apr 2019 12:40:53 -0500 Subject: [PATCH 1/2] Add WP Engine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WP Engine is a popular hosting platform for WordPress sites of all sizes. - https://wpengine.com - https://github.com/wpengine - https://developer.amd.com - https://studentloanhero.com - https://www.hydroxycut.com - https://bambooclothing.co.uk - https://www.sendcloud.com - https://www.healthloop.com - https://clipchamp.com - https://nzdigital.co.nz - https://cmaawards.com WP Engine adds a unique header called “wpe-backed” that we can use for fingerprinting. --- src/apps.json | 11 +++++++++++ src/icons/wpengine.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 src/icons/wpengine.svg diff --git a/src/apps.json b/src/apps.json index cf1c1022c..4bc16fa11 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10906,6 +10906,17 @@ "implies": "WordPress", "website": "http://wp-rocket.me" }, + "WP Engine": { + "cats": [ + 22 + ], + "headers": { + "wpe-backend": "" + }, + "icon": "wpengine.svg", + "implies": "WordPress", + "website": "https://wpengine.com" + }, "Warp": { "cats": [ 22 diff --git a/src/icons/wpengine.svg b/src/icons/wpengine.svg new file mode 100644 index 000000000..d759de179 --- /dev/null +++ b/src/icons/wpengine.svg @@ -0,0 +1 @@ + \ No newline at end of file From d794c0930250a936e228fb22e6472dfe2d7918ea Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Thu, 11 Apr 2019 12:12:06 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Update=20WPEngine=E2=80=99s=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WPEngine uses Nginx or Apache as the Web Server, but it itself is a PaaS. --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4bc16fa11..8197f1fa4 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10908,7 +10908,7 @@ }, "WP Engine": { "cats": [ - 22 + 62 ], "headers": { "wpe-backend": ""