From ff250726901b2eced76c142a35111d872414bbe9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 22 Apr 2026 21:44:39 +0200 Subject: SS: remove unsupported cipher method --- web/assets/js/model/inbound.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/assets') diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js index 1dd4411f..26da6cb3 100644 --- a/web/assets/js/model/inbound.js +++ b/web/assets/js/model/inbound.js @@ -12,7 +12,6 @@ const Protocols = { }; const SSMethods = { - AES_256_GCM: 'aes-256-gcm', CHACHA20_POLY1305: 'chacha20-poly1305', CHACHA20_IETF_POLY1305: 'chacha20-ietf-poly1305', XCHACHA20_IETF_POLY1305: 'xchacha20-ietf-poly1305', -- cgit v1.2.3