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
path: root/web/html
diff options
context:
space:
mode:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-06-24 20:38:03 +0300
committerGitHub <noreply@github.com>2025-06-24 20:38:03 +0300
commitc8c0e77714e294e02fe847c7851092484387b615 (patch)
treea8790fc69466408bf0feb63508d34904071472d7 /web/html
parent49b8f46864ca21c19eba8733cc2b9d34f806035f (diff)
chore: mark `2053` port as unsecured
Diffstat (limited to 'web/html')
-rw-r--r--web/html/settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/settings.html b/web/html/settings.html
index 840778f5..1c55ea81 100644
--- a/web/html/settings.html
+++ b/web/html/settings.html
@@ -548,7 +548,7 @@
if (!this.allSetting) return [];
var alerts = []
if (window.location.protocol !== "https:") alerts.push('{{ i18n "secAlertSSL" }}');
- if (this.allSetting.webPort == 54321) alerts.push('{{ i18n "secAlertPanelPort" }}');
+ if (this.allSetting.webPort === 2053) alerts.push('{{ i18n "secAlertPanelPort" }}');
panelPath = window.location.pathname.split('/').length < 4
if (panelPath && this.allSetting.webBasePath == '/') alerts.push('{{ i18n "secAlertPanelURI" }}');
if (this.allSetting.subEnable) {