0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

browse: Decorate external links with: noopener noreferrer

Setting these on external links prefents the target from manipulating this
page by "window.opener" with some widely deployed browsers.
This commit is contained in:
W-Mark Kubacki 2016-05-07 20:06:55 +02:00
parent 1f29c52151
commit 85d793ce88
No known key found for this signature in database
GPG key ID: C6704E572665DF57

View file

@ -393,7 +393,7 @@ footer {
</div>
</main>
<footer>
Served with <a href="https://caddyserver.com">Caddy</a>
Served with <a rel="noopener noreferrer" href="https://caddyserver.com">Caddy</a>.
</footer>
<script type="text/javascript">
function localizeDatetime(e, index, ar) {