mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-11 11:16:18 +08:00
patch: fix(upgrade) bing client (#505)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"action": {
|
||||
"type": "modifyHeaders",
|
||||
"requestHeaders": [
|
||||
{
|
||||
"operation": "set",
|
||||
"header": "origin",
|
||||
"value": "https://www.bing.com"
|
||||
},
|
||||
{
|
||||
"operation": "set",
|
||||
"header": "referer",
|
||||
"value": "https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx"
|
||||
}
|
||||
]
|
||||
},
|
||||
"condition": {
|
||||
"requestDomains": ["sydney.bing.com", "www.bing.com"],
|
||||
"resourceTypes": ["xmlhttprequest", "websocket"]
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user