We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ef172 commit aeac7f2Copy full SHA for aeac7f2
web/assets/js/model/inbound.js
@@ -64,6 +64,7 @@ const UTLS_FINGERPRINT = {
64
UTLS_QQ: "qq",
65
UTLS_RANDOM: "random",
66
UTLS_RANDOMIZED: "randomized",
67
+ UTLS_UNSAFE: "unsafe",
68
};
69
70
const ALPN_OPTION = {
web/assets/js/model/outbound.js
@@ -39,6 +39,7 @@ const UTLS_FINGERPRINT = {
39
40
41
42
43
44
45
0 commit comments