Skip to content

Commit aeac7f2

Browse files
committed
UTLS: unsafe
1 parent 39ef172 commit aeac7f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/assets/js/model/inbound.js

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const UTLS_FINGERPRINT = {
6464
UTLS_QQ: "qq",
6565
UTLS_RANDOM: "random",
6666
UTLS_RANDOMIZED: "randomized",
67+
UTLS_UNSAFE: "unsafe",
6768
};
6869

6970
const ALPN_OPTION = {

web/assets/js/model/outbound.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const UTLS_FINGERPRINT = {
3939
UTLS_QQ: "qq",
4040
UTLS_RANDOM: "random",
4141
UTLS_RANDOMIZED: "randomized",
42+
UTLS_UNSAFE: "unsafe",
4243
};
4344

4445
const ALPN_OPTION = {

0 commit comments

Comments
 (0)