Update detection for Shopify storefronts

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

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

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

Loading…
Cancel
Save