Update mitmproxy to 11.0.0
This now uses the unmodified mitmproxy package, with all its features like wireguard mode and QUIC decryption support. However, QUIC decryption is not available yet for PCAPdroid, as neither the transparent mode nor the SOCKS5 mode are currently supported by mitmproxy.
Relevant upstream changes since previous version (mitmproxy 10.1.6):
- ignore_hosts now waits for the entire HTTP headers if it suspects the connection to be HTTP
- Fix regression where ignore_hosts would terminate requests instead of forwarding them
- allow_hosts/ignore_hosts option now matches against the full host:port string
- Fix a bug when proxying unicode domains
- Fix non-linear growth in processing time for large HTTP bodies
- Fix zstd decompression to read across frames