chg: Add icon for insecure requests in legend

Fix #120
pull/122/head
Raphaël Vinot 2020-11-04 14:38:11 +01:00
parent 2c3cfa31a1
commit 64fff3ec7f
1 changed files with 7 additions and 4 deletions

View File

@ -154,16 +154,19 @@
</center> </center>
<hr/> <hr/>
<img src="{{ url_for('static', filename='check.svg') }}" <img src="{{ url_for('static', filename='check.svg') }}"
alt="JavaScript" height="20" width="20"> Legit node <br> alt="Legitimate Node" height="20" width="20"> Legit node<br>
<img src="{{ url_for('static', filename='bomb.svg') }}" <img src="{{ url_for('static', filename='bomb.svg') }}"
alt="JavaScript" height="20" width="20"> Malicious node <br> alt="Malicious Node" height="20" width="20"> Malicious node<br>
<img src="{{ url_for('static', filename='insecure.svg') }}"
alt="Insecure requests" height="20" width="20"> Insecure requests (HTTP)<br>
<img src="{{ url_for('static', filename='empty.svg') }}" <img src="{{ url_for('static', filename='empty.svg') }}"
alt="JavaScript" height="20" width="20"> Empty response <br> alt="Empty responses" height="20" width="20"> Empty responses<br>
<img src="{{ url_for('static', filename='javascript.png') }}" <img src="{{ url_for('static', filename='javascript.png') }}"
alt="JavaScript" height="20" width="20"> Javascript <br> alt="JavaScript" height="20" width="20"> Javascript<br>
<img src="{{ url_for('static', filename='cookie_received.png') }}" <img src="{{ url_for('static', filename='cookie_received.png') }}"
alt="Cookie received" height="20" width="20"> Cookie received<br> alt="Cookie received" height="20" width="20"> Cookie received<br>