BingGPT icon indicating copy to clipboard operation
BingGPT copied to clipboard

Cookie

Open jrogers512 opened this issue 1 year ago • 0 comments

What cookie, specifically, should go into ~/.config/bing-cookies.json?

~/.config$ cat bing-cookies.json
[
    {
        "domain": "www.bing.com",
        "name": "MUIDB",
        "value": "05330000B241600006C00090B64163FA",
        "path": "/",
        "secure": false,
        "session": false,
        "expirationDate": 1721851293,
        "httpOnly": true,
        "hostOnly": true,
        "storeId": "0"
    }
]

Does that look correct?

jrogers512 avatar Jun 30 '23 20:06 jrogers512