From 5c34df196061d2b914a55af3f00399551fe6e810 Mon Sep 17 00:00:00 2001 From: sanluan Date: Thu, 29 Jun 2017 18:23:05 +0800 Subject: [PATCH] Add Public CMS version detection --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 085251734..906319a64 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6417,7 +6417,7 @@ ], "headers": { "Set-Cookie": "PUBLICCMS_USER", - "X-Powered-PublicCMS": "" + "X-Powered-PublicCMS": "(.*)\\;version:\\1" }, "icon": "Public CMS.png", "implies": "Java", @@ -9711,7 +9711,7 @@ "cats": [ "6" ], - "env": "^JetshopData$", + "env": "^JetshopData$", "html": "<(?:div|aside) id=\"jetshop-branding\">", "icon": "Jetshop.png", "website": "http://jetshop.se"