Merge pull request #1307 from jvoisin/prestashop_detection

Improve a bit prestashop detection
main
Elbert Alias 8 years ago committed by GitHub
commit dffe66071e

@ -5747,7 +5747,11 @@
"^priceDisplayMethod$\\;confidence:25",
"^priceDisplayPrecision$\\;confidence:25"
],
"html": "Powered by <a\\s+[^>]+>PrestaShop",
"html": [
"Powered by <a\\s+[^>]+>PrestaShop",
"<!-- /Block [a-z ]+ module (?:HEADER|TOP)?\\s?-->",
"<!-- /Module Block [a-z ]+ -->"
],
"icon": "PrestaShop.png",
"implies": "PHP",
"meta": {

Loading…
Cancel
Save