From 5bbd75a6d69eb8d2e6bdf33dc19a18713da5417e Mon Sep 17 00:00:00 2001 From: "yanlong.wang" Date: Mon, 10 Mar 2025 17:52:19 +0800 Subject: [PATCH] fix --- src/api/crawler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({