Skip to content
Snippets Groups Projects
Commit 8791f199 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add noreferrer to footer URI

parent 4172ba48
Branches
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment