Dumb fix...again

This commit is contained in:
Bryan Ashby 2023-04-19 19:46:59 -06:00
parent 71076c8e90
commit 32bb0c4937
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ exports.getModule = class ActivityPubWebHandler extends WebHandlerModule {
signature.keyId.split('#', 1)[0], // trim #main-key
(err, remoteActor, signatureActor) => {
if (err) {
return this.webServer.accept(resp);
return this.webServer.accessDenied(resp);
}
// validate sig up front