From 5aa68c15ff1458048a1a205b8ff2a36c129d71a8 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 12 May 2016 19:28:51 +0200 Subject: [PATCH] Prestashop detection - match scripts with CDATA too --- src/apps.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps.json b/src/apps.json index 2bebc135a..e22deb1bf 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5448,10 +5448,10 @@ "html": [ "Powered by ]+>PrestaShop", - "]+(?:[^<]|<(?!\/script>))*?freeProductTranslation[^>]+<\/script>\\;confidence:25", - "]+(?:[^<]|<(?!\/script>))*?freeProductTranslation[^>]+<\/script>\\;confidence:25", - "]+(?:[^<]|<(?!\/script>))*?priceDisplayMethod[^>]+<\/script>\\;confidence:25", - "]+(?:[^<]|<(?!\/script>))*?priceDisplayPrecision[^>]+<\/script>\\;confidence:25" + "]+(?:[^<]|<(?!\/script>))*?freeProductTranslation[^>]+(<\/script>|]]>)\\;confidence:25", + "]+(?:[^<]|<(?!\/script>))*?freeProductTranslation[^>]+(<\/script>|]]>)\\;confidence:25", + "]+(?:[^<]|<(?!\/script>))*?priceDisplayMethod[^>]+(<\/script>|]]>)\\;confidence:25", + "]+(?:[^<]|<(?!\/script>))*?priceDisplayPrecision[^>]+(<\/script>|]]>)\\;confidence:25" ], "icon": "PrestaShop.png", "implies": "PHP",