Added noopener to external link

Security update. More info can be found on https://developers.google.com/web/tools/lighthouse/audits/noopener.
This commit is contained in:
TimZ99 2018-03-09 20:26:11 +01:00 committed by Timz99
parent 64b4d60ffc
commit 526c2523cb
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<li class="{{ item.active }}"><a href="{{ item.url|raw }}">{{ item.label }}</a></li>
{% endfor %}
<li id="nav_option_help">
<a href="http://www.phpservermonitor.org/support" target="_blank">{{ label_help }}</a>
<a href="http://www.phpservermonitor.org/support" target="_blank" rel="noopener">{{ label_help }}</a>
</li>
</ul>
<ul class="nav pull-right">
@ -19,4 +19,4 @@
<li class="hidden-desktop"><a href="{{ url_profile|raw }}">{{ label_profile }}</a></li>
<li class="hidden-desktop"><a href="{{ url_logout|raw }}">{{ label_logout }}</a></li>
</ul>
</div>
</div>