diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-02-10 00:56:21 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-02-10 01:36:10 +0300 |
| commit | c2f409c3c470b677cf9a885767ccd3a13b0f6c28 (patch) | |
| tree | 9319dae3c81f2167a809663abf93154e2f0347f4 /web/html/xray.html | |
| parent | 0994f8756f18a37f222c436d3525fc39c22abb8e (diff) | |
fix security issue
Diffstat (limited to 'web/html/xray.html')
| -rw-r--r-- | web/html/xray.html | 2 |
1 files changed, 0 insertions, 2 deletions
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 }); |
