Files
docker-docs/_layouts/archive-redirect.html
Sebastiaan van Stijn 393d3f6566 Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00

14 lines
479 B
HTML

---
layout: docs
---
<html>
<head><title>{{ page.prod_title }}</title></head>
<body>
<h1>{{ page.prod_title }}</h1>
<p>You are viewing an archive branch of the
<a href="https://docs.docker.com/">Docker documentation</a>, but
{{ prod_title }} documentation is not published in the current archive.
<a href="https://docs.docker.com/{{ page.prod_url }}/" target="_blank" rel="noopener">Go to https://docs.docker.com/{{ page.prod_url }}/</a>
in a new tab.</p>
</body>
</html>