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:
commit
389a6eb344
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue