diff --git a/core/signatures.py b/core/signatures.py index 42b8558..bf0690d 100644 --- a/core/signatures.py +++ b/core/signatures.py @@ -192,7 +192,7 @@ class HttpSignature: body: dict | None, private_key: str, key_id: str, - content_type: str = "application/json", + content_type: str = "application/activity+json", method: Literal["get", "post"] = "post", timeout: TimeoutTypes = settings.SETUP.REMOTE_TIMEOUT, ):