We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea19fb8 commit fb79081Copy full SHA for fb79081
web/assets/js/model/inbound.js
@@ -60,6 +60,7 @@ const UTLS_FINGERPRINT = {
60
UTLS_QQ: "qq",
61
UTLS_RANDOM: "random",
62
UTLS_RANDOMIZED: "randomized",
63
+ UTLS_RONDOMIZEDNOALPN: "randomizednoalpn",
64
UTLS_UNSAFE: "unsafe",
65
};
66
web/assets/js/model/outbound.js
@@ -39,6 +39,7 @@ const UTLS_FINGERPRINT = {
39
40
41
42
43
44
45
0 commit comments