mirror of
https://github.com/emanuele-f/PCAPdroid-mitm.git
synced 2026-06-03 21:01:33 +08:00
Update mitmproxy to 10.1.6
Relevant upstream changes: - fix a bug where TCP connections were not closed properly - enable legacy SSL connect when connecting to server - enable decompressing zstd responses - HAR files support - fix certificate generation for punycode domains - fix certificate generation to work with strict mode OpenSSL 3.x clients - fix empty cookie attributes being set to Key= instead of Key
This commit is contained in:
parent
7b1660cb81
commit
164edd09c6
@ -29,7 +29,7 @@ android {
|
||||
python {
|
||||
version "3.10"
|
||||
pip {
|
||||
install "../submodules/mitmproxy" // 9.0.1
|
||||
install "../submodules/mitmproxy" // 10.1.6
|
||||
install "beautifulsoup4"
|
||||
options "--find-links", "../submodules/chaquopy-wheels"
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit b88c982bbc09b581553beca2172b0bd995871e67
|
||||
Subproject commit 6de041a697e990353d73f3aad77eee73ae1dc03e
|
||||
Loading…
Reference in New Issue
Block a user