mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix #419
This commit is contained in:
parent
591ed0b41f
commit
31925dc9be
@ -1,5 +1,5 @@
|
||||
{% extends "frame.html" %}
|
||||
{% block body %}
|
||||
{% block body %}
|
||||
|
||||
<center>
|
||||
<h2> Click to install the mitmproxy certificate: </h2>
|
||||
@ -23,4 +23,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
<div class="text-center">
|
||||
Other mitmproxy users cannot intercept your connection.
|
||||
</div>
|
||||
<div class="text-center text-muted">
|
||||
This page is served by your local mitmproxy instance. The certificate you are about to install has been uniquely generated on mitmproxy's first run and is not shared
|
||||
between mitmproxy installations.
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user