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>
This commit is contained in:
parent
eaeb31604e
commit
3ec5e7e073
1 changed files with 2 additions and 2 deletions
|
@ -97,11 +97,11 @@ This is more secure than the insecure registry solution.
|
||||||
|
|
||||||
|
|
||||||
- **Docker Desktop for Mac**: Follow the instructions on
|
- **Docker Desktop for Mac**: Follow the instructions on
|
||||||
[Adding custom CA certificates](../docker-for-mac/faqs.md#how-do-i-add-custom-ca-certificates){: target="_blank" class="_"}.
|
[Adding custom CA certificates](../docker-for-mac/faqs.md#how-do-i-add-custom-ca-certificates){: target="_blank" rel="noopener" class="_"}.
|
||||||
Restart Docker.
|
Restart Docker.
|
||||||
|
|
||||||
- **Docker Desktop for Windows**: Follow the instructions on
|
- **Docker Desktop for Windows**: Follow the instructions on
|
||||||
[Adding custom CA certificates](../docker-for-windows/faqs.md#how-do-i-add-custom-ca-certificates){: target="_blank" class="_"}.
|
[Adding custom CA certificates](../docker-for-windows/faqs.md#how-do-i-add-custom-ca-certificates){: target="_blank" rel="noopener" class="_"}.
|
||||||
Restart Docker.
|
Restart Docker.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue