]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/peertube-crypto.ts
Fix transcoding
[github/Chocobozzz/PeerTube.git] / server / helpers / peertube-crypto.ts
index 9eb7823026cc3222bca162ed6841bef45152300d..89c0ab1515b24d962dca7ddbe21b47100733e3d6 100644 (file)
@@ -51,7 +51,7 @@ function isHTTPSignatureVerified (httpSignatureParsed: any, actor: MActor): bool
 }
 
 function parseHTTPSignature (req: Request, clockSkew?: number) {
-  return httpSignature.parse(req, { authorizationHeaderName: HTTP_SIGNATURE.HEADER_NAME, clockSkew })
+  return httpSignature.parse(req, { clockSkew })
 }
 
 // JSONLD