Update apps.json

- Improved detection for Salesforce Commerce Cloud based sites (https://github.com/AliasIO/wappalyzer/issues/3223)

-Added Google Analytics Enhanced ECommerce to additional category 'Ecommerce'  (https://github.com/AliasIO/wappalyzer/issues/3221)

-Improved detection of AMP framework - https://github.com/AliasIO/wappalyzer/issues/3217
main
rockeynebhwani 4 years ago
parent 0ae62c95e8
commit 753ce51c91

@ -80,7 +80,10 @@
"cats": [
12
],
"html": "<html[^>]* (?:amp|⚡)[^-]",
"html": [
"<html[^>]* (?:amp|⚡)[^-]",
"<link rel=\"amphtml\""
],
"icon": "Accelerated-Mobile-Pages.svg",
"website": "https://www.amp.dev"
},
@ -4477,6 +4480,7 @@
},
"Google Analytics Enhanced eCommerce": {
"cats": [
6,
10
],
"icon": "Google Analytics.svg",
@ -9770,7 +9774,10 @@
"headers": {
"Server": "Demandware eCommerce Server"
},
"html": "<[^>]+demandware\\.edgesuite",
"html": [
"<[^>]+demandware\\.edgesuite",
"/demandware\\.static/"
],
"icon": "Salesforce.svg",
"js": {
"dwAnalytics": ""

Loading…
Cancel
Save