diff --git a/src/api/crawler.ts b/src/api/crawler.ts index 1853d49..e2955d3 100644 --- a/src/api/crawler.ts +++ b/src/api/crawler.ts @@ -532,7 +532,7 @@ export class CrawlerHost extends RPCHost { }); } - if (!isIp) { + if (!isIp && result.protocol !== 'blob:') { await lookup(result.hostname).catch((err) => { if (err.code === 'ENOTFOUND') { return Promise.reject(new ParamValidationError({