Add detection patterns for Shopware 6

Signed-off-by: Hendrik Söbbing <h.soebbing@shopware.com>
main
Hendrik Söbbing 5 years ago
parent b153eeb722
commit a89fa15548

@ -9910,6 +9910,12 @@
6
],
"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",
"implies": [
"PHP",
@ -9925,7 +9931,7 @@
"/jquery\\.shopware\\.min\\.js",
"/engine/Shopware/"
],
"website": "http://shopware.com"
"website": "https://www.shopware.com"
},
"Signal": {
"cats": [

Loading…
Cancel
Save