diff --git a/components/confirmations.js b/components/confirmations.js index a31f262..0c1d715 100644 --- a/components/confirmations.js +++ b/components/confirmations.js @@ -261,7 +261,10 @@ function request(community, url, key, time, tag, params, json, callback) { var req = { method: url == 'multiajaxop' ? 'POST' : 'GET', uri: 'https://steamcommunity.com/mobileconf/' + url, - json: !!json + json: !!json, + headers: { + 'user-agent': 'okhttp/4.9.2' + } }; if (req.method == 'GET') {