From f3eb4f055db80372298d60c073870a5af1431785 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 21 Feb 2024 12:06:49 +0330 Subject: SSL Security Alert Co-Authored-By: Alireza Ahmadi --- web/html/xui/inbounds.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index b0426e4f..f1f14275 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -55,6 +55,15 @@ + + + + Please go to the panel settings as soon as possible to modify the username and password, otherwise there may be a risk of leaking account information @@ -572,6 +581,7 @@ remarkModel: '-ieo', datepicker: 'gregorian', tgBotEnable: false, + showAlert: false, pageSize: 0, isMobile: window.innerWidth <= 768, }, @@ -1319,6 +1329,9 @@ }, 500) }, mounted() { + if (window.location.protocol !== "https:") { + this.showAlert = true; + } window.addEventListener('resize', this.onResize); this.onResize(); this.loading(); -- cgit v1.2.3