mirror of https://gitlab.com/bashrc2/epicyon
parent
05e4cfdd2e
commit
d53e472188
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue