Skip to content

Commit fb79081

Browse files
committed
TLS fingerprints: randomizednoalpn
1 parent ea19fb8 commit fb79081

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
@@ -60,6 +60,7 @@ const UTLS_FINGERPRINT = {
6060
UTLS_QQ: "qq",
6161
UTLS_RANDOM: "random",
6262
UTLS_RANDOMIZED: "randomized",
63+
UTLS_RONDOMIZEDNOALPN: "randomizednoalpn",
6364
UTLS_UNSAFE: "unsafe",
6465
};
6566

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_RONDOMIZEDNOALPN: "randomizednoalpn",
4243
UTLS_UNSAFE: "unsafe",
4344
};
4445

0 commit comments

Comments
 (0)