From c2f409c3c470b677cf9a885767ccd3a13b0f6c28 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 9 Feb 2026 22:56:21 +0100 Subject: fix security issue --- web/html/xray.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/html') diff --git a/web/html/xray.html b/web/html/xray.html index a350ee57..ebe31f48 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -654,12 +654,10 @@ try { const outboundJSON = JSON.stringify(outbound); - const testURL = this.outboundTestUrl || 'https://www.google.com/generate_204'; const allOutboundsJSON = JSON.stringify(this.templateSettings.outbounds || []); const msg = await HttpUtil.post("/panel/xray/testOutbound", { outbound: outboundJSON, - testURL: testURL, allOutbounds: allOutboundsJSON }); -- cgit v1.2.3