Skip to content

Commit ed18eae

Browse files
committed
Improve PrestaShop detection
1 parent 9c8fab8 commit ed18eae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/technologies/p.json

Lines changed: 3 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,7 @@
68936894
"generator": "PrestaShop"
68946895
},
68956896
"oss": true,
6897+
"scriptSrc": "/modules/ps_[a-z]+/",
68966898
"scripts": [
68976899
"PrestaShop-"
68986900
],

0 commit comments

Comments
 (0)