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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 16:28:55 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 16:28:55 +0300
commit731e83a7dab3d38431b14e693c72bad2c366f79e (patch)
tree12e311e8e31d9ac7ea095fe9fdf88e9462a2ce7f /web/assets
parent1c1f53267ad65b11c849c1c339c78b8c6daf78cb (diff)
Clean legacy vmess
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/xray.js3
1 files changed, 1 insertions, 2 deletions
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;