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
parent
64b4d60ffc
commit
526c2523cb
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue