Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeck <designbybeck@gmail.com>2021-08-19 00:18:43 +0300
committerBeck <beck@learnopen.tech>2021-09-01 22:51:33 +0300
commitfc5e5351113a51b4b27c0d0a06af62e239a05978 (patch)
tree609e60be35c58ff9bd4ae5f9c510189c596575c3 /apps/theming
parentdb7928410793ee28cd3e2fc40c38181fa92b639a (diff)
Update apps/theming/templates/settings-admin.php
including noreferrer noopener Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Beck <beck@learnopen.tech>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index aebf24a43bd..d38ca0fc44c 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -136,7 +136,7 @@ style('theming', 'settings-admin');
<div class="theming-hints">
<?php if (!$_['canThemeIcons']) { ?>
<p class="info">
- <a href="<?php p($_['iconDocs']); ?> target="_blank">
+ <a href="<?php p($_['iconDocs']); ?> target="_blank" rel="noreferrer noopener">
<em>
<?php p($l->t('Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.')); ?> ↗
</em>