steamutils 1.1.47 → 1.1.48
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -5443,7 +5443,9 @@ class SteamUser {
|
|
5443
5443
|
const result = await this._httpRequest({
|
5444
5444
|
url: `tradeoffer/new/send`,
|
5445
5445
|
headers: {
|
5446
|
-
Referer: tradeURL
|
5446
|
+
Referer: tradeURL,
|
5447
|
+
accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
|
5448
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
5447
5449
|
},
|
5448
5450
|
data: {
|
5449
5451
|
serverid: 1,
|