Skip to content

Commit 874390d

Browse files
dekotalejosStorer
authored andcommitted
fix: bing error.
1 parent 16f91b5 commit 874390d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/clients/bing/index.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ export default class BingAIClient {
6262
(this.options.userToken ? `_U=${this.options.userToken}` : undefined),
6363
Referer: 'https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx',
6464
'Referrer-Policy': 'origin-when-cross-origin',
65-
// Workaround for request being blocked due to geolocation
66-
'x-forwarded-for': '1.1.1.1',
6765
},
6866
}
6967
if (this.options.proxy) {

0 commit comments

Comments
 (0)