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

Loading…
Cancel
Save