mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
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>
14 lines
479 B
HTML
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> |