mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-27 20:51:37 +08:00
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
[
|
|
{
|
|
"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"]
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"action": {
|
|
"type": "modifyHeaders",
|
|
"requestHeaders": [
|
|
{
|
|
"operation": "set",
|
|
"header": "origin",
|
|
"value": "https://chatgpt.com"
|
|
},
|
|
{
|
|
"operation": "set",
|
|
"header": "referer",
|
|
"value": "https://chatgpt.com"
|
|
}
|
|
]
|
|
},
|
|
"condition": {
|
|
"requestDomains": ["chatgpt.com"],
|
|
"resourceTypes": ["xmlhttprequest"]
|
|
}
|
|
},
|
|
{
|
|
"id": 3,
|
|
"action": {
|
|
"type": "modifyHeaders",
|
|
"requestHeaders": [
|
|
{
|
|
"operation": "set",
|
|
"header": "origin",
|
|
"value": "https://tcr9i.chat.openai.com"
|
|
},
|
|
{
|
|
"operation": "set",
|
|
"header": "referer",
|
|
"value": "https://tcr9i.chat.openai.com/v2/2.6.1/enforcement.bf6c920f19fb49ce16c82aaef4b83f45.html"
|
|
}
|
|
]
|
|
},
|
|
"condition": {
|
|
"requestDomains": ["https://tcr9i.chat.openai.com"],
|
|
"resourceTypes": ["xmlhttprequest"]
|
|
}
|
|
}
|
|
]
|