diff --git a/lib/networking.js b/lib/networking.js index 04e6ae0..e4aa4c9 100644 --- a/lib/networking.js +++ b/lib/networking.js @@ -38,7 +38,7 @@ exp.get_from_options = function(rid, url, options, callback) { request.get({ url: url, headers: { - "User-Agent": "https://crafatar.com" + "User-Agent": "Crafatar (+https://crafatar.com)" }, timeout: config.server.http_timeout, followRedirect: false,