aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/header.jsx.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-12-25 16:10:47 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-12-25 16:10:47 +0100
commit1f454b577f7db434d79388eb101006b065f62a2b (patch)
tree4f8126bc7b5824ff8f805e61475171ad0ffddabd /web/src/js/components/header.jsx.js
parent7d793ae16245cfd902a9ca9d3add38b09a4db368 (diff)
downloadmitmproxy-1f454b577f7db434d79388eb101006b065f62a2b.tar.gz
mitmproxy-1f454b577f7db434d79388eb101006b065f62a2b.tar.bz2
mitmproxy-1f454b577f7db434d79388eb101006b065f62a2b.zip
web: CSP, revert functionality, serve content
Diffstat (limited to 'web/src/js/components/header.jsx.js')
-rw-r--r--web/src/js/components/header.jsx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/header.jsx.js b/web/src/js/components/header.jsx.js
index e1016950..ba63f12e 100644
--- a/web/src/js/components/header.jsx.js
+++ b/web/src/js/components/header.jsx.js
@@ -260,7 +260,7 @@ var FileMenu = React.createClass({
<li role="presentation" className="divider"></li>
<li>
<a href="http://mitm.it/" target="_blank">
- <i className="fa fa-fw fa-lock"></i>
+ <i className="fa fa-fw fa-external-link"></i>
Install Certificates...
</a>
</li>