Skip to content

Commit 175dac6

Browse files
committed
Update server for Docker GA & custom CA trust
This enables Docker by default in the server, so that Docker is automatically intercepted and handled in all terminals. The UI flag still needs to be removed to allow attaching in the UI and tell users that this is available, that's coming next if all goes well. This also includes Java fixes, adds some extra ADB debugging info and error handling, moves ephemeral servers onto ephemeral ports, includes lots of minor dependency updates, fixes a warning when intercepting Stripe in JS, and allows configuration of custom CA certificates, to precisely configure which CAs are trusted in upstream connections.
1 parent 784ab59 commit 175dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Tim Perry",
2121
"license": "AGPL-3.0-or-later",
2222
"config": {
23-
"httptoolkit-server-version": "1.6.0"
23+
"httptoolkit-server-version": "1.7.0"
2424
},
2525
"build": {
2626
"appId": "tech.httptoolkit.desktop",

0 commit comments

Comments
 (0)