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>
|
||||
{% 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>
|
||||
|
|
Loading…
Reference in New Issue