From 117374a4c5968df218e15538fe0d1b1b9c45eba2 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Wed, 11 Jul 2018 02:22:39 -0400 Subject: [PATCH] Updated Chrome user-agent --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index afac9ed..790717a 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const Request = require('request'); const RSA = require('node-bignumber').Key; const SteamID = require('steamid'); -const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"; +const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"; require('util').inherits(SteamCommunity, require('events').EventEmitter);