Merge branch '459-activitypub-integration' of ssh://numinibsd/git/base/enigma-bbs into 459-activitypub-integration

This commit is contained in:
Bryan Ashby 2023-04-19 19:47:18 -06:00
commit 052c2d5a9b
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