Merge branch '459-activitypub-integration' of ssh://numinibsd/git/base/enigma-bbs into 459-activitypub-integration
This commit is contained in:
commit
052c2d5a9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue