From f0bf428cf49ad7246616b13d8aef3d7e958eda95 Mon Sep 17 00:00:00 2001 From: SunseaCT Date: Sat, 20 Jul 2024 10:06:18 +0800 Subject: [PATCH] Update _worker.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CM: BPB-WORKER-PANEL漏洞 --- _worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_worker.js b/_worker.js index cec711d98..dbf4a373c 100644 --- a/_worker.js +++ b/_worker.js @@ -199,7 +199,7 @@ export default { }); default: - // return new Response('Not found', { status: 404 }); + return new Response('Not found', { status: 404 }); url.hostname = 'www.speedtest.net'; url.protocol = 'https:'; request = new Request(url, request); @@ -3304,4 +3304,4 @@ const singboxWgOutboundTemp = { domain_strategy: "prefer_ipv6", detour: "", tag: "" -}; \ No newline at end of file +};