mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
Merge pull request #4381 from ChatGPTNextWeb/fred-bf-patch-3
patch: disable webdav redirect
This commit is contained in:
commit
90af4e3b77
@ -101,6 +101,7 @@ async function handle(
|
||||
authorization: req.headers.get("authorization") ?? "",
|
||||
},
|
||||
body: shouldNotHaveBody ? null : req.body,
|
||||
redirect: 'manual',
|
||||
method,
|
||||
// @ts-ignore
|
||||
duplex: "half",
|
||||
|
Loading…
Reference in New Issue
Block a user