patch: fix(upgrade) bing client (#505)

This commit is contained in:
josc146
2023-09-06 23:52:28 +08:00
parent 97c04c2464
commit e71ee74c6d
9 changed files with 288 additions and 123 deletions
+24
View File
@@ -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"]
}
}
]