diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-23 09:14:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-23 09:14:54 +0100 |
commit | 61c5717281eddd806926c30f4f3c5c83774b341f (patch) | |
tree | a9aa9483fce471ab55d295a2b59f845933aa05ad /lib/base.php | |
parent | a25872e0349c3c93a5dea6ce0050f3db207c8dce (diff) | |
parent | 6ad957906e26b181e597abc25eeed0acebd43482 (diff) | |
download | nextcloud-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.php | 2 |
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>')) ); } } |