AP Signatureヘッダの特殊処理を削除 (#5628)

This commit is contained in:
MeiMei
2019-12-11 23:14:51 +09:00
committed by syuilo
parent 05a15afadb
commit fe9371f06c
2 changed files with 0 additions and 7 deletions

View File

@ -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) {