Add rel=noopener to prevent window.opener attacks

This is highly unlikely, but it never hurts to be cautious.
This commit is contained in:
Matthew Gamble 2017-02-14 18:14:59 +11:00
parent 72c1eb78f8
commit e94e117242
No known key found for this signature in database
GPG Key ID: B5D06189C3995B3B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<h1 class="page-header" onclick="window.location = '#sid{{ server.sid }}'" id="sid{{ server.sid }}">Server {{ server.sid }}</h2>
{% include 'stats.jinja2' %}
{% endfor %}
<small>Generated by <a href="https://github.com/Thor77/TeamspeakStats">TeamspeakStats</a> at {{ creation_time|frmttime }}</small>
<small>Generated by <a href="https://github.com/Thor77/TeamspeakStats" rel="noopener">TeamspeakStats</a> at {{ creation_time|frmttime }}</small>
</div>
</body>
</html>