Prestashop detection without meta generator or "powered by"

main
Louis 9 years ago
parent af4b44d6f5
commit 65603540d0

@ -5448,10 +5448,10 @@
"html": "html":
[ [
"Powered by <a\\s+[^>]+>PrestaShop", "Powered by <a\\s+[^>]+>PrestaShop",
"<script>(?:[^<]|<(?!\/script>))*?(freeProductTranslation).*?<\/script>", "<script>(?:[^<]|<(?!\/script>))*?freeProductTranslation.*?<\/script>",
"<script>(?:[^<]|<(?!\/script>))*?(freeProductTranslation).*?<\/script>", "<script>(?:[^<]|<(?!\/script>))*?freeProductTranslation.*?<\/script>",
"<script>(?:[^<]|<(?!\/script>))*?(priceDisplayMethod).*?<\/script>", "<script>(?:[^<]|<(?!\/script>))*?priceDisplayMethod.*?<\/script>",
"<script>(?:[^<]|<(?!\/script>))*?(priceDisplayPrecision).*?<\/script>" "<script>(?:[^<]|<(?!\/script>))*?priceDisplayPrecision.*?<\/script>"
], ],
"icon": "PrestaShop.png", "icon": "PrestaShop.png",
"implies": "PHP", "implies": "PHP",

Loading…
Cancel
Save