Merge pull request #2862 from soebbing/shopware-6-detection

Add detection patterns for Shopware 6
main
Elbert Alias 6 years ago committed by GitHub
commit aac22b421c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9932,6 +9932,12 @@
6 6
], ],
"html": "<title>Shopware ([\\d\\.]+) [^<]+\\;version:\\1", "html": "<title>Shopware ([\\d\\.]+) [^<]+\\;version:\\1",
"headers": {
"sw-context-token": "^[\\w]{32}$\\;version:6",
"sw-language-id": "^[a-fA-F0-9]{32}$\\;version:6",
"sw-invalidation-states": "\\;version:6",
"sw-version-id": "\\;version:6"
},
"icon": "Shopware.png", "icon": "Shopware.png",
"implies": [ "implies": [
"PHP", "PHP",
@ -9947,7 +9953,7 @@
"/jquery\\.shopware\\.min\\.js", "/jquery\\.shopware\\.min\\.js",
"/engine/Shopware/" "/engine/Shopware/"
], ],
"website": "http://shopware.com" "website": "https://www.shopware.com"
}, },
"Signal": { "Signal": {
"cats": [ "cats": [