Merge pull request #2718 from t-kelly/update-shopify-detection

Update detection for Shopify storefronts
main
Elbert Alias 6 years ago committed by GitHub
commit 46ec325952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9319,11 +9319,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": {