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:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-08 18:46:44 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-08 18:46:44 +0300
commit549f230221d7139270efefd76ac81f37e1a747f9 (patch)
treea685e494fc145d8b46b6fb9e6bc2fbe36291d9f5 /web/html/xui/inbound_modal.html
parent4ee986aa718aecaad45c9eda03ff57aea0f535cf (diff)
optimize security in front codes #1300
Diffstat (limited to 'web/html/xui/inbound_modal.html')
-rw-r--r--web/html/xui/inbound_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html
index 99cb05fe..df42225c 100644
--- a/web/html/xui/inbound_modal.html
+++ b/web/html/xui/inbound_modal.html
@@ -93,7 +93,7 @@
},
methods: {
streamNetworkChange() {
- if (!inModal.inbound.canSetTls()) {
+ if (!inModal.inbound.canEnableTls()) {
this.inModal.inbound.stream.security = 'none';
}
if (!inModal.inbound.canEnableReality()) {