From c9e8a1c33c750e82ace915510927cb9215234581 Mon Sep 17 00:00:00 2001 From: q-- Date: Tue, 5 Jan 2016 13:28:03 +0100 Subject: [PATCH] Re-add version detection for Arastta Version information in the headers was removed in version 1.2.1, but not all websites are using this version. Additionally, an empty "X-Arastta" header implies Arastta 1.2.1+ so detection was added for this as well. --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index f4f1813b6..4154cc5e5 100755 --- a/src/apps.json +++ b/src/apps.json @@ -508,7 +508,8 @@ ], "excludes": "OpenCart", "headers": { - "X-Arastta": "" + "Arastta": "(.*)\\;version:\\1", + "X-Arastta": "\\;version:1.2.1+" }, "html": "Powered by ]*href=\"https?://(?:www\\.)?arastta\\.org[^>]+>Arastta", "implies": "PHP",