This commit is contained in:
yanlong.wang 2025-03-10 17:52:19 +08:00
parent f0560c6949
commit 5bbd75a6d6
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -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({