aboutsummaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/registry.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/registry/registry.go b/registry/registry.go
index ac486d9..4b61a7b 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -253,6 +253,7 @@ func (r *Registry) deliverAcceptToInbox(url, actorUrl *url.URL, follow vocab.Act
request, err := http.NewRequest("POST", url.String(), bytes.NewBuffer(jsonData))
request.Header.Set("Date", time.Now().Format(http.TimeFormat))
request.Header.Set("Content-Type", "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"")
+ request.Header.Set("Host", url.Host)
r.log.With(
"type",