diff options
| author | Filipe Medeiros <hello@filipesm.eu> | 2025-05-12 14:05:45 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 14:05:45 +0200 | 
| commit | 165fd92e05779de7733e84e8964f46c48bb3e691 (patch) | |
| tree | 864ee2ed80626415e6ad2365c1d2bd6e4f1e4c72 | |
| parent | 69f75005303d634b9208c23068655385734f4d3a (diff) | |
Add User-Agent to 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 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) {  | 
