We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c353d6 commit de1d866Copy full SHA for de1d866
src/client.js
@@ -230,6 +230,7 @@ module.exports = class Client {
230
231
const server = clientOptions.server || 'data';
232
const defaultHeaders = {
233
+ // eslint-disable-next-line max-len
234
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',
235
'Accept-Language': 'en-US,en;q=0.9',
236
'Cache-Control': 'no-cache',
0 commit comments