summaryrefslogtreecommitdiff
path: root/internal/transport/finger.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transport/finger.go')
-rw-r--r--internal/transport/finger.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/transport/finger.go b/internal/transport/finger.go
index cefe93fc9..5523e479d 100644
--- a/internal/transport/finger.go
+++ b/internal/transport/finger.go
@@ -41,7 +41,6 @@ func (t *transport) Finger(ctx context.Context, targetUsername string, targetDom
}
req.Header.Add("Accept", string(api.AppJSON))
req.Header.Add("Accept", "application/jrd+json")
- req.Header.Add("User-Agent", t.controller.userAgent)
req.Header.Set("Host", req.URL.Host)
// Perform the HTTP request