mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-28 17:20:10 +08:00
Updated default user-agent to latest Chrome on Win10 x64
This commit is contained in:
parent
b1c772d9b9
commit
d18a0244ec
2
index.js
2
index.js
@ -3,7 +3,7 @@ var RSA = require('node-bignumber').Key;
|
||||
var hex2b64 = require('node-bignumber').hex2b64;
|
||||
var SteamID = require('steamid');
|
||||
|
||||
const USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36";
|
||||
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";
|
||||
|
||||
require('util').inherits(SteamCommunity, require('events').EventEmitter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user