From 731e83a7dab3d38431b14e693c72bad2c366f79e Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 16:58:55 +0330 Subject: Clean legacy vmess Co-Authored-By: Alireza Ahmadi --- web/assets/js/model/xray.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/assets') 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; -- cgit v1.2.3