From 4b00d6b1dca9d664889d62336cdf85a88079f2b1 Mon Sep 17 00:00:00 2001 From: cmliu Date: Mon, 5 Jan 2026 22:19:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E7=9A=84=E8=AE=A2=E9=98=85TOKEN=E5=93=8D=E5=BA=94=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=A2=E9=98=85=E5=A4=84=E7=90=86=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/_worker.js b/_worker.js index 34fda08..2488fcf 100644 --- a/_worker.js +++ b/_worker.js @@ -330,7 +330,6 @@ export default { } return new Response(订阅内容, { status: 200, headers: responseHeaders }); } - return new Response('无效的订阅TOKEN', { status: 403 }); } else if (访问路径 === 'locations') {//反代locations列表 const cookies = request.headers.get('Cookie') || ''; const authCookie = cookies.split(';').find(c => c.trim().startsWith('auth='))?.split('=')[1];