mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-23 21:50:10 +08:00
removes extra steam_language cookie
This commit is contained in:
parent
fceea0737d
commit
ee1e819812
1
index.js
1
index.js
@ -39,7 +39,6 @@ function SteamCommunity(localAddress) {
|
||||
|
||||
this._jar.setCookie(Request.cookie("mobileClientVersion=0 (2.1.3)"), "https://steamcommunity.com");
|
||||
this._jar.setCookie(Request.cookie("mobileClient=android"), "https://steamcommunity.com");
|
||||
this._jar.setCookie(Request.cookie("Steam_Language=english"), "https://steamcommunity.com");
|
||||
}
|
||||
|
||||
SteamCommunity.prototype.login = function(details, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user