diff options
Diffstat (limited to 'src/routes.js')
-rwxr-xr-x | src/routes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.js b/src/routes.js index eb7a6a1..6659670 100755 --- a/src/routes.js +++ b/src/routes.js @@ -1139,6 +1139,7 @@ router.post("/activitypub/inbox", (req, res) => { headers: { Accept: activityPubContentType, "Content-Type": activityPubContentType, + "User-Agent": `Gathio - ${domain}` }, }, function (error, response, actor) { |