bingAI: supports cors with cookies

This commit is contained in:
James Feng Cao 2023-04-03 17:51:28 +08:00
parent 37e1fae65a
commit ed2b96f46c
8 changed files with 25 additions and 18 deletions

View file

@ -4,6 +4,7 @@
if("https://www.bing.com/turing/conversation/create"==url){
url = "https://mybing2.xn--xyza.top/Create";
options = {
credentials: 'include',
headers:{},
};
}