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 16f91b5 commit 874390dCopy full SHA for 874390d
src/services/clients/bing/index.mjs
@@ -62,8 +62,6 @@ export default class BingAIClient {
62
(this.options.userToken ? `_U=${this.options.userToken}` : undefined),
63
Referer: 'https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx',
64
'Referrer-Policy': 'origin-when-cross-origin',
65
- // Workaround for request being blocked due to geolocation
66
- 'x-forwarded-for': '1.1.1.1',
67
},
68
}
69
if (this.options.proxy) {
0 commit comments