(cq) add rel noopener attribute

This commit is contained in:
Simon Vieille 2022-08-21 15:46:33 +02:00 committed by Gitea
parent ca08a26e1b
commit d2b589a644
2 changed files with 3 additions and 3 deletions

View file

@ -999,7 +999,7 @@ $labelReset = 'Reset to default';
<progress max="100" value="0" id="side-menu-save-progress"></progress>
</button>
<a href="<?php echo $urlGenerator->linkToRoute('side_menu.AdminSetting.exportConfiguration') ?>" target="_blank">
<a href="<?php echo $urlGenerator->linkToRoute('side_menu.AdminSetting.exportConfiguration') ?>" target="_blank" rel="noopener">
<button class="btn btn-primary" >
<?php p($l->t('Export the configuration')); ?>
</button>
@ -1017,7 +1017,7 @@ $labelReset = 'Reset to default';
<span for="side-menu-opener">
<?php p($l->t('You like this app and you want to support me?')); ?>
<a style="margin-left: 10px" target="_blank" href="https://www.buymeacoffee.com/deblan">
<a style="margin-left: 10px" target="_blank" href="https://www.buymeacoffee.com/deblan" rel="noopener">
<button>
<?php p($l->t('Buy me a coffee ☕')); ?>
</button>

View file

@ -218,7 +218,7 @@ $labelShowHideApps = 'Show and hide the list of applications';
<span for="side-menu-opener">
<?php p($l->t('You like this app and you want to support me?')); ?>
<a style="margin-left: 10px" target="_blank" href="https://www.buymeacoffee.com/deblan">
<a style="margin-left: 10px" target="_blank" href="https://www.buymeacoffee.com/deblan" rel="noopener">
<button>
<?php p($l->t('Buy me a coffee ☕')); ?>
</button>