diff --git a/lib/private/defaults.php b/lib/private/defaults.php
index c16ebdbe24cfbc8547771465a4582a258c26b8aa..773f2ba4b499694181434bcb915bc63bf309a3c5 100644
--- a/lib/private/defaults.php
+++ b/lib/private/defaults.php
@@ -212,7 +212,8 @@ class OC_Defaults {
 		if ($this->themeExist('getShortFooter')) {
 			$footer = $this->theme->getShortFooter();
 		} else {
-			$footer = '<a href="'. $this->getBaseUrl() . '" target="_blank">' .$this->getEntity() . '</a>'.
+			$footer = '<a href="'. $this->getBaseUrl() . '" target="_blank"' .
+				' rel="noreferrer">' .$this->getEntity() . '</a>'.
 				' – ' . $this->getSlogan();
 		}