diff --git a/httpsig.py b/httpsig.py index 58cfad0a6..45aeb4268 100644 --- a/httpsig.py +++ b/httpsig.py @@ -252,7 +252,7 @@ def create_signed_header(dateStr: str, private_key_pem: str, nickname: str, # Content-Type or Accept header if not content_type: - content_type = 'application/activity+json, application/ld+json' + content_type = 'application/activity+json' if not withDigest: headers = {