Skip to content

Commit bc1c129

Browse files
committed
Update user agent in TLS JA3 test
1 parent dace568 commit bc1c129

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/integration/proxy.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,7 @@ nodeOnly(() => {
10441044
headers: {
10451045
// The hash will get recorded with the user agent that's used - we don't want the database
10461046
// to fill up with records that make it clear it's Mockttp's fingerprint!
1047-
'user-agent': `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.${
1048-
String(Date.now()).slice(-2) // Some very basic randomness
1049-
} Safari/537.36`
1047+
'user-agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0'
10501048
}
10511049
}),
10521050
delay(4000).then(() => { throw new Error('timeout'); })

0 commit comments

Comments
 (0)