Add StackPath detection

main
Elbert Alias 4 years ago
parent 0807f0194e
commit 0d57518a99

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.5.29", "version": "6.5.30",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -274,7 +274,7 @@ const Driver = {
await new Promise((resolve) => setTimeout(resolve, 500)) await new Promise((resolve) => setTimeout(resolve, 500))
const [tab] = await promisify(chrome.tabs, 'query', { const [tab] = await promisify(chrome.tabs, 'query', {
url: [globEscape(request.url)], url: globEscape(request.url),
}) })
if (tab) { if (tab) {

@ -4,7 +4,7 @@
"author": "Wappalyzer", "author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/", "homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "6.5.29", "version": "6.5.30",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.5.29", "version": "6.5.30",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -3406,6 +3406,18 @@
"scripts": "/website/JavaScript/Vertoshop\\.js", "scripts": "/website/JavaScript/Vertoshop\\.js",
"website": "https://ccvshop.be" "website": "https://ccvshop.be"
}, },
"StackPath": {
"cats": [
31
],
"description": "StackPath is a cloud computing and services provider.",
"headers": {
"x-provided-by": "^StackCDN(?: ([\\d.]+))?\\;version:\\1",
"x-backend-server": "hosting\\.stackcp\\.net$"
},
"icon": "StackPath.svg",
"website": "https://www.stackpath.com"
},
"CDN77": { "CDN77": {
"cats": [ "cats": [
31 31