Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-02-11 20:18:05 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-02-11 20:21:23 +0300
commit511adffc5bb419a938e3b1eb0087a49f62d76db6 (patch)
tree165b461e623c974ffb2f18f4d6b8b33964a805df /web/html/form/tls_settings.html
parentfc6344b840d9153dbf43eb58b08523ca15350b25 (diff)
Remove allowInsecure
Remove the deprecated `allowInsecure`
Diffstat (limited to 'web/html/form/tls_settings.html')
-rw-r--r--web/html/form/tls_settings.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html
index b2368d4f..2fe82388 100644
--- a/web/html/form/tls_settings.html
+++ b/web/html/form/tls_settings.html
@@ -58,9 +58,6 @@
]]</a-select-option>
</a-select>
</a-form-item>
- <a-form-item label="Allow Insecure">
- <a-switch v-model="inbound.stream.tls.settings.allowInsecure"></a-switch>
- </a-form-item>
<a-form-item label="Reject Unknown SNI">
<a-switch v-model="inbound.stream.tls.rejectUnknownSni"></a-switch>
</a-form-item>