aboutsummaryrefslogtreecommitdiff
path: root/registry/registry.go
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-05 19:20:36 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-05 19:20:36 +0000
commitd6c507fb9402695b8fb3adbcce486df998919c8a (patch)
tree79e4ed92149315e0c7d9349fd07ef635e0feff4c /registry/registry.go
parent78fde8b09b5017abff077325ce5a5a280289d189 (diff)
downloadcommunique-d6c507fb9402695b8fb3adbcce486df998919c8a.tar.gz
try this
Diffstat (limited to 'registry/registry.go')
-rw-r--r--registry/registry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/registry.go b/registry/registry.go
index e282d8e..9bcfa34 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -281,7 +281,7 @@ func (r *Registry) deliverAcceptToInbox(url, actorUrl, actorKeyUrl *url.URL, fol
prefs := []httpsig.Algorithm{}
digestAlgorithm := httpsig.DigestSha256
// The "Date" and "Digest" headers must already be set on r, as well as r.URL.
- headersToSign := []string{httpsig.RequestTarget, "host", "date", "digest", "content-type", "created", "expires"}
+ headersToSign := []string{httpsig.RequestTarget, "host", "date", "digest", "content-type", "expires"}
signer, _, err := httpsig.NewSigner(prefs, digestAlgorithm, headersToSign, httpsig.Signature, 100)
if err != nil {
return err