From 60b989d3a67b985bd4eaba82169d06e520845eeb Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Mon, 21 Oct 2019 21:54:04 -0700 Subject: [PATCH] Update WP Engine detection - Added new headers that can be detected --- src/apps.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 7097b0faf..f59a5ef81 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11389,7 +11389,9 @@ 62 ], "headers": { - "wpe-backend": "" + "wpe-backend": "", + "X-Pass-Why": "", + "X-WPE-Loopback-Upstream-Addr": "" }, "icon": "wpengine.svg", "implies": "WordPress",