From 165fd92e05779de7733e84e8964f46c48bb3e691 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Mon, 12 May 2025 14:05:45 +0200 Subject: Add User-Agent to routes.js --- src/routes.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/routes.js b/src/routes.js index d0fd9fc..e594890 100755 --- a/src/routes.js +++ b/src/routes.js @@ -1138,6 +1138,7 @@ router.post("/activitypub/inbox", (req, res) => { headers: { Accept: activityPubContentType, "Content-Type": activityPubContentType, + "User-Agent": `Gathio - ${domain}` }, }, function (error, response, actor) { -- cgit v1.2.3