This commit is contained in:
Maximilian Hils 2014-12-08 17:01:47 +01:00
parent 591ed0b41f
commit 31925dc9be

View File

@ -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 %}