summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-23 09:14:54 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-23 09:14:54 +0100
commit61c5717281eddd806926c30f4f3c5c83774b341f (patch)
treea9aa9483fce471ab55d295a2b59f845933aa05ad /lib/base.php
parenta25872e0349c3c93a5dea6ce0050f3db207c8dce (diff)
parent6ad957906e26b181e597abc25eeed0acebd43482 (diff)
downloadnextcloud-server-61c5717281eddd806926c30f4f3c5c83774b341f.tar.gz
nextcloud-server-61c5717281eddd806926c30f4f3c5c83774b341f.zip
Merge pull request #23463 from owncloud/lets-consistently-use-no-referer
Consistently use rel=noreferrer
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 16db8f4dcd2..1a3dbbaa56a 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -274,7 +274,7 @@ class OC {
$l->t('Cannot write into "config" directory!'),
$l->t('This can usually be fixed by '
. '%sgiving the webserver write access to the config directory%s.',
- array('<a href="' . $urlGenerator->linkToDocs('admin-dir_permissions') . '" target="_blank">', '</a>'))
+ array('<a href="' . $urlGenerator->linkToDocs('admin-dir_permissions') . '" target="_blank" rel="noreferrer">', '</a>'))
);
}
}