From f984e594d383a312dc951ed966f56682eabd7b8f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 10 Nov 2017 04:30:54 +0100 Subject: [PATCH] Fix a typo on IMpressCMS matching (#1803) This can be verified on the official website: impresscms.org --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4fc223d17..dc8e3e5a5 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3803,7 +3803,7 @@ "1" ], "headers": { - "Set-Cookie": "ICMSession[^;]+=", + "Set-Cookie": "^ICMSSession[^;]*=", "X-Powered-By": "ImpressCMS" }, "icon": "ImpressCMS.png",