format(ja4): add newline
This commit is contained in:
parent
a29ec43538
commit
b1b9e91e5a
@ -287,4 +287,4 @@ function alpnFingerprint(rawBytes) {
|
|||||||
const firstHex = firstByte.toString(16).padStart(2, "0");
|
const firstHex = firstByte.toString(16).padStart(2, "0");
|
||||||
const lastHex = lastByte.toString(16).padStart(2, "0");
|
const lastHex = lastByte.toString(16).padStart(2, "0");
|
||||||
return firstHex[0] + lastHex[1];
|
return firstHex[0] + lastHex[1];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user