Update utils.js

This commit is contained in:
freearhey 2021-04-17 13:28:53 +03:00
parent 5054acbce1
commit 0d3c550a5b
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ utils.loadConfig = function (file) {
'User-Agent': 'User-Agent':
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71' 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71'
}, },
maxContentLength: 5 * 1024 * 1024,
timeout: 5000, timeout: 5000,
withCredentials: true, withCredentials: true,
jar: new tough.CookieJar(), jar: new tough.CookieJar(),