From ed050d48f5ca61d4f2588360f884d7448ccc5585 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Aug 2019 19:24:32 +0100 Subject: [PATCH] Remove date --- httpsig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpsig.py b/httpsig.py index 7d2af3cd..ceb950fb 100644 --- a/httpsig.py +++ b/httpsig.py @@ -120,7 +120,6 @@ def verifyPostHeaders(httpPrefix: str, publicKeyPem: str, headers: dict, \ elif signedHeader.lower() == 'content-type': continue elif signedHeader == 'date': - signedHeaderList.append(f'date: {date}') continue elif signedHeader == 'digest': bodyDigest = \