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>master
							parent
							
								
									eaeb31604e
								
							
						
					
					
						commit
						3ec5e7e073
					
				|  | @ -97,11 +97,11 @@ This is more secure than the insecure registry solution. | |||
| 
 | ||||
| 
 | ||||
|     - **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. | ||||
| 
 | ||||
|     - **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. | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue