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

Merge pull request #811 from mholt/fix-browse-2

browse: Decorate external links with: noopener noreferrer
This commit is contained in:
W. Mark Kubacki 2016-05-07 20:19:22 +02:00
commit 389a6eb344

View file

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