diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 481bb9a0..ccf9505e 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -1740,8 +1740,7 @@ Inbound.Settings = class extends XrayCommonClass { Inbound.VmessSettings = class extends Inbound.Settings { constructor(protocol, - vmesses=[new Inbound.VmessSettings.Vmess()], - disableInsecureEncryption=false) { + vmesses=[new Inbound.VmessSettings.Vmess()]) { super(protocol); this.vmesses = vmesses; this.disableInsecure = disableInsecureEncryption; diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index a37f8468..c008f1c0 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -108,9 +108,4 @@ - - - - - {{end}} diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index edf5510d..28562485 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -127,7 +127,6 @@ "network" = "Network" "destinationPort" = "Destination Port" "targetAddress" = "Target Address" -"disableInsecureEncryption" = "Disable Insecure Encryption" "monitorDesc" = "Leave blank by default" "meansNoLimit" = "Means No Limit" "totalFlow" = "Total Flow" diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml index 02862c2f..29c994f9 100644 --- a/web/translation/translate.fa_IR.toml +++ b/web/translation/translate.fa_IR.toml @@ -127,7 +127,6 @@ "network" = "شبکه" "destinationPort" = "پورت مقصد" "targetAddress" = "آدرس مقصد" -"disableInsecureEncryption" = "رمزگذاری ناامن را غیرفعال کنید" "monitorDesc" = "به طور پیش فرض خالی بگذارید" "meansNoLimit" = "یعنی بدون محدودیت" "totalFlow" = "کل ترافیک" diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml index 8587a585..64ad8daa 100644 --- a/web/translation/translate.ru_RU.toml +++ b/web/translation/translate.ru_RU.toml @@ -127,7 +127,6 @@ "network" = "Сеть" "destinationPort" = "Порт назначения" "targetAddress" = "Целевой адрес" -"disableInsecureEncryption" = "Отключить небезопасное шифрование" "monitorDesc" = "Оставьте пустым по умолчанию" "meansNoLimit" = "Значит без ограничений" "totalFlow" = "Общий расход" diff --git a/web/translation/translate.vi_VN.toml b/web/translation/translate.vi_VN.toml index 691804e9..09a2f7d7 100644 --- a/web/translation/translate.vi_VN.toml +++ b/web/translation/translate.vi_VN.toml @@ -127,7 +127,6 @@ "network" = "Mạng" "destinationPort" = "Cổng đích" "targetAddress" = "Địa chỉ mục tiêu" -"disableInsecureEncryption" = "Vô hiệu hóa mã hóa không an toàn" "monitorDesc" = "Mặc định để trống" "meansNoLimit" = "Nghĩa là không giới hạn" "totalFlow" = "Tổng lưu lượng" diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 581e67ee..2c157e3e 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -127,7 +127,6 @@ "network" = "网络" "destinationPort" = "目标端口" "targetAddress" = "目标地址" -"disableInsecureEncryption" = "禁用不安全加密" "monitorDesc" = "默认留空即可" "meansNoLimit" = "表示不限制" "totalFlow" = "总流量"