From 6ae1b38607e5493323275debc421730e71a4a376 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 1 Jun 2026 19:21:37 +0200 Subject: [PATCH] fix(outbound): add None option to uTLS fingerprint in TLS form (#4760) Hysteria doesn't use uTLS, but the outbound TLS form's uTLS dropdown only listed concrete fingerprints (chrome, firefox, ...) with no explicit empty entry. Add a None option, matching the inbound TLS form, so the fingerprint can be left empty. --- frontend/src/pages/xray/outbounds/security/tls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/xray/outbounds/security/tls.tsx b/frontend/src/pages/xray/outbounds/security/tls.tsx index e7cd1703..540ddb4c 100644 --- a/frontend/src/pages/xray/outbounds/security/tls.tsx +++ b/frontend/src/pages/xray/outbounds/security/tls.tsx @@ -20,7 +20,7 @@ export default function TlsForm() {