AP Signatureヘッダの特殊処理を削除 (#5628)
This commit is contained in:
@ -26,8 +26,6 @@ const router = new Router();
|
||||
function inbox(ctx: Router.RouterContext) {
|
||||
let signature;
|
||||
|
||||
ctx.req.headers.authorization = `Signature ${ctx.req.headers.signature}`;
|
||||
|
||||
try {
|
||||
signature = httpSignature.parseRequest(ctx.req, { 'headers': [] });
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user