mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
mitmproxy 10.1.2
This commit is contained in:
parent
3470473e4b
commit
4c07dc8488
4 changed files with 7 additions and 7 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
|
||||
|
||||
## 03 November 2023: mitmproxy 10.1.2
|
||||
|
||||
* Add a raw hex stream contentview.
|
||||
([#6389](https://github.com/mitmproxy/mitmproxy/pull/6389), @mhils)
|
||||
* Add a contentview for DNS-over-HTTPS.
|
||||
|
|
|
|||
2
mitmproxy/tools/web/static/app.js
vendored
2
mitmproxy/tools/web/static/app.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -6,11 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="static/vendor.css" />
|
||||
<link rel="stylesheet" href="static/app.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="static/images/favicon.ico"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
<link rel="icon" href="static/images/favicon.ico" type="image/x-icon" />
|
||||
<script src="static/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "11.0.0.dev"
|
||||
VERSION = "10.1.2"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue