Remove response code validation

main
Elbert Alias 5 years ago
parent 6f8678c4a6
commit 93acdd7d6f

@ -225,10 +225,6 @@ class Driver {
throw new Error('NO_RESPONSE');
}
if (browser.statusCode !== 200) {
throw new Error('RESPONSE_NOT_OK');
}
if (!browser.contentType || !/\btext\/html\b/.test(browser.contentType)) {
this.wappalyzer.log(`Skipping; url: ${pageUrl.href}; content type: ${browser.contentType}`, 'driver');

@ -1,13 +1,16 @@
{
"name": "wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.9.24",
"homepage": "https://www.wappalyzer.com",
"version": "5.9.25",
"author": "Elbert Alias",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/AliasIO/Wappalyzer"
"url": "https://github.com/aliasio/wappalyzer"
},
"funding": {
"url": "https://github.com/sponsors/aliasio"
},
"main": "index.js",
"files": [

@ -4,7 +4,7 @@
"author": "Elbert Alias",
"homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies",
"version": "5.9.24",
"version": "5.9.25",
"default_locale": "en",
"manifest_version": 2,
"icons": {

Loading…
Cancel
Save