|
|
@ -225,12 +225,6 @@ class Driver {
|
|
|
|
throw new Error('NO_RESPONSE');
|
|
|
|
throw new Error('NO_RESPONSE');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!browser.contentType || !/\btext\/html\b/.test(browser.contentType)) {
|
|
|
|
|
|
|
|
this.wappalyzer.log(`Skipping; url: ${pageUrl.href}; content type: ${browser.contentType}`, 'driver');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delete this.analyzedPageUrls[pageUrl.href];
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const { cookies, headers, scripts } = browser;
|
|
|
|
const { cookies, headers, scripts } = browser;
|
|
|
|
|
|
|
|
|
|
|
|
const html = processHtml(browser.html, this.options.htmlMaxCols, this.options.htmlMaxRows);
|
|
|
|
const html = processHtml(browser.html, this.options.htmlMaxCols, this.options.htmlMaxRows);
|
|
|
|