Update detection for Shopify storefronts

main
t-kelly 6 years ago
parent 47c1c22712
commit 7613a48441

@ -9274,11 +9274,16 @@
"cats": [ "cats": [
6 6
], ],
"html": "<link[^>]+=['\"]//cdn\\.shopify\\.com", "html": "<link[^>]+=['\"]//cdn\\.shopify\\.com\\;confidence:25",
"icon": "Shopify.svg", "icon": "Shopify.svg",
"js": { "js": {
"Shopify": "" "Shopify": "\\;confidence:25"
}, },
"headers": {
"x-shopid": "*\\;confidence:50",
"x-shopify-stage": "*\\;confidence:50"
},
"url": "^https?//.+\\.myshopify\\.com",
"website": "http://shopify.com" "website": "http://shopify.com"
}, },
"Shopline": { "Shopline": {

@ -1,6 +1,6 @@
{ {
"name": "wappalyzer", "name": "wappalyzer",
"version": "5.8.1", "version": "5.8.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {