署名検証失敗はリトライしないように (#6437)
This commit is contained in:
parent
df0e9d75fe
commit
fd2573c068
|
@ -97,7 +97,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
|
||||||
return `Blocked request: ${ldHost}`;
|
return `Blocked request: ${ldHost}`;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw `skip: http-signature verification failed.`;
|
return `skip: http-signature verification failed and no LD-Signature. keyId=${signature.keyId}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue