From a3a138a8eb2f21f98f31c2a3daea58c5aed6eb67 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 7 Dec 2017 21:46:13 +0100 Subject: [PATCH] Improve a bit ezPublish detection via cookies (#1872) This can be tested [here](https://www.mutac.com/) --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 54d1f4c3f..0a241d77f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10239,7 +10239,8 @@ "6" ], "headers": { - "X-Powered-By": "^eZ Publish" + "X-Powered-By": "^eZ Publish", + "Set-Cookie": "^eZSESSID=" }, "icon": "eZ Publish.png", "implies": "PHP",