Added noopener to external link

Security update. More info can be found on https://developers.google.com/web/tools/lighthouse/audits/noopener.
pull/569/head
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> <li class="{{ item.active }}"><a href="{{ item.url|raw }}">{{ item.label }}</a></li>
{% endfor %} {% endfor %}
<li id="nav_option_help"> <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> </li>
</ul> </ul>
<ul class="nav pull-right"> <ul class="nav pull-right">