From 85d593b402c9f5761ad6f7a0fd17088908682e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BB=BA=E9=BE=99?= Date: Wed, 19 Feb 2025 20:07:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91=E6=A8=A1=E5=BC=8F=E4=B8=BA=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index fbda4b6..602f42d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -140,7 +140,7 @@ export default { const req = new Request(proxyUrl, { method: request.method, headers: request.headers, - redirect: 'follow' + redirect: 'manual' }); const res = await fetch(req);