Commit 85d793ce authored by W-Mark Kubacki's avatar W-Mark Kubacki

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.
parent 1f29c521
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment