Skip to content

Commit 49f18d2

Browse files
committed
Update Mockttp for TLS fingerprint/unblocking improvements
This makes our TLS fingerprint very very nearly match Firefox, sufficient to avoid many blocks, and also tweaks headers (dropping proxy-connection headers in forwarding) to more closely match normal client behaviour. With this, we immediately stop seeing many server blocks, and the remaining super strict blocks can generally be avoided by enabling HTTP/2 as well.
1 parent 8e9e141 commit 49f18d2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"mime-types": "^2.1.27",
6868
"mobx": "^6.3.5",
6969
"mockrtc": "^0.2.0",
70-
"mockttp": "^3.2.3",
70+
"mockttp": "^3.3.0",
7171
"node-abort-controller": "^3.0.1",
7272
"node-fetch": "^2.6.1",
7373
"node-forge": "^1.3.0",

0 commit comments

Comments
 (0)