Skip to content

Commit e6067f1

Browse files
Merge pull request #239 from louisbels/improve-prestashop-detection
Improve PrestaShop detection
2 parents 9c8fab8 + 1816b64 commit e6067f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/technologies/p.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6867,7 +6867,8 @@
68676867
"cpe": "cpe:2.3:a:prestashop:prestashop:*:*:*:*:*:*:*:*",
68686868
"description": "PrestaShop is a freemium, open-source ecommerce solution, written in the PHP programming language with support for the MySQL database management system.",
68696869
"dom": [
6870-
"img[src*='/modules/prestablog/themes/'], img[data-src*='/modules/prestablog/themes/']"
6870+
"img[src*='/modules/prestablog/themes/'], img[data-src*='/modules/prestablog/themes/']",
6871+
"link[href*='/modules/ps_']"
68716872
],
68726873
"headers": {
68736874
"Powered-By": "^Prestashop$"
@@ -6893,6 +6894,9 @@
68936894
"generator": "PrestaShop"
68946895
},
68956896
"oss": true,
6897+
"scriptSrc": [
6898+
"/modules/ps_[a-z]+/"
6899+
],
68966900
"scripts": [
68976901
"PrestaShop-"
68986902
],

0 commit comments

Comments
 (0)