diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-20 11:38:14 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-20 15:27:20 +0100 |
commit | 6ad957906e26b181e597abc25eeed0acebd43482 (patch) | |
tree | 7e321b06ab8732a79b99c9c5b3a8d8e3c2c04672 /lib/base.php | |
parent | 1f1d87d4130480d5632eac75ac74340b59d5eb19 (diff) | |
download | nextcloud-server-6ad957906e26b181e597abc25eeed0acebd43482.tar.gz nextcloud-server-6ad957906e26b181e597abc25eeed0acebd43482.zip |
Consistently use rel=noreferrer
When linking to external entities we should 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 7659148c140..faf7d9349aa 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>')) ); } } |