We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a26755 commit 2ba911bCopy full SHA for 2ba911b
test/integration/proxying/https-proxying.spec.ts
@@ -101,7 +101,8 @@ nodeOnly(() => {
101
// Any hash is fine, as long as it's not a super common Node.js hash:
102
expect(ja3Hash).be.oneOf([
103
'66bd0ddf06e1943541373fc7283c0c00', // Node <17
104
- '555d2f0593c1e23a9b59cfaa7dc0e43a' // Node 17+
+ '555d2f0593c1e23a9b59cfaa7dc0e43a', // Node 17+
105
+ 'd4262504d91b8e4c9a7788df0b11c26b' // Node 24.5+
106
]);
107
});
108
0 commit comments