From 0eeb02d1a28be9a4c248d51ad44dff040478eb19 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 6 Apr 2017 16:02:15 +0200 Subject: [PATCH] Improve a bit the detection of prestashop This can be tested on [this](https://www.kaviari.fr/fr/) website. --- src/apps.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 04b2f0408..10eb96e31 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6110,6 +6110,10 @@ "meta": { "generator": "PrestaShop" }, + "headers": { + "Set-Cookie": "^PrestaShop", + "Powered-By": "^Prestashop$" + }, "website": "http://www.prestashop.com" }, "Project Wonderful": { @@ -10162,4 +10166,4 @@ "priority": "9" } } -} \ No newline at end of file +}