mitmproxy/test/mitmproxy
Dave T e98cf20b28
Make mitmweb use relative paths to connect to its resources. (#6411)
* Use relative paths in index.html

* Allow relative paths in websocket.tsx

* [autofix.ci] apply automated fixes

* Replace more root-relative URLs with relative URLs

* Add test for root relative URLs in index.html

* [autofix.ci] apply automated fixes

* Update changelog

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-19 14:10:26 -07:00
..
addons add save HAR addon (#6368) 2023-09-24 13:51:22 +00:00
completion
contentviews add DNS-over-HTTPS contentview 2023-09-30 03:08:46 +02:00
coretypes [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
data add save HAR addon (#6368) 2023-09-24 13:51:22 +00:00
io add save HAR addon (#6368) 2023-09-24 13:51:22 +00:00
net Enable unsafe legacy SSL renegotiation (#6281) 2023-07-29 16:39:25 +00:00
platform
proxy udp: listen on both ipv4 and ipv6 by default (#6206) 2023-06-27 08:02:23 +00:00
script
tools Make mitmweb use relative paths to connect to its resources. (#6411) 2023-10-19 14:10:26 -07:00
utils
__init__.py
test_addonmanager.py
test_certs.py fix certificate generation for punycode domains, fix #6381 (#6382) 2023-09-24 17:55:21 +00:00
test_command.py
test_command_lexer.py
test_connection.py
test_ctx.py
test_dns.py
test_eventsequence.py
test_exceptions.py
test_flow.py
test_flowfilter.py
test_hooks.py
test_http.py
test_log.py
test_master.py
test_options.py
test_optmanager.py
test_proxy.py
test_taddons.py
test_tcp.py
test_tls.py
test_typemanager.py
test_types.py
test_udp.py
test_version.py
test_websocket.py