Revert "Try sending json with activity and ld accept"

This reverts commit 05e4cfdd2e.
main
Bob Mottram 2022-02-27 21:38:17 +00:00
parent 05e4cfdd2e
commit d53e472188
1 changed files with 1 additions and 1 deletions

View File

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