fix: "noopener" is useless with "noreferrer"

This commit is contained in:
bsourisse 2023-03-20 12:11:14 +01:00
parent 7186d2d9f6
commit 4d1ad1078f
6 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@ function WizardStep1() {
<a <a
href='https://borgbackup.readthedocs.io/en/stable/installation.html' href='https://borgbackup.readthedocs.io/en/stable/installation.html'
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noreferrer'
> >
found here found here
</a> </a>
@ -27,7 +27,7 @@ function WizardStep1() {
<a <a
href='https://torsion.org/borgmatic/' href='https://torsion.org/borgmatic/'
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noreferrer'
> >
Borgmatic Borgmatic
</a>{' '} </a>{' '}
@ -35,7 +35,7 @@ function WizardStep1() {
<a <a
href='https://packages.debian.org/buster/borgmatic' href='https://packages.debian.org/buster/borgmatic'
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noreferrer'
> >
Debian package Debian package
</a> </a>
@ -55,7 +55,7 @@ function WizardStep1() {
<a <a
href='https://vorta.borgbase.com/' href='https://vorta.borgbase.com/'
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noreferrer'
> >
just here just here
</a> </a>

View file

@ -37,7 +37,7 @@ function WizardStep2(props) {
For more information,{' '} For more information,{' '}
<a <a
href='https://borgbackup.readthedocs.io/en/stable/usage/init.html?highlight=init#more-encryption-modes' href='https://borgbackup.readthedocs.io/en/stable/usage/init.html?highlight=init#more-encryption-modes'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
click here click here
@ -93,7 +93,7 @@ function WizardStep2(props) {
refer to{' '} refer to{' '}
<a <a
href='https://vorta.borgbase.com/usage/remote/' href='https://vorta.borgbase.com/usage/remote/'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
this documentation this documentation

View file

@ -146,7 +146,7 @@ function WizardStep3(props) {
archives, please refer to{' '} archives, please refer to{' '}
<a <a
href='https://borgbackup.readthedocs.io/en/stable/usage/check.html' href='https://borgbackup.readthedocs.io/en/stable/usage/check.html'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
this documentation this documentation
@ -158,7 +158,7 @@ function WizardStep3(props) {
If you are using Borgmatic, please refer to{' '} If you are using Borgmatic, please refer to{' '}
<a <a
href='https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#consistency-check-configuration' href='https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#consistency-check-configuration'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
this documentation this documentation
@ -170,7 +170,7 @@ function WizardStep3(props) {
If you are using the Vorta graphical client, please refer to{' '} If you are using the Vorta graphical client, please refer to{' '}
<a <a
href='https://vorta.borgbase.com/usage/' href='https://vorta.borgbase.com/usage/'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
this documentation this documentation

View file

@ -55,7 +55,7 @@ consistency:
documentation&nbsp; documentation&nbsp;
<a <a
href='https://borgbackup.readthedocs.io/en/stable/quickstart.html#automating-backups' href='https://borgbackup.readthedocs.io/en/stable/quickstart.html#automating-backups'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
right here right here
@ -70,7 +70,7 @@ consistency:
to&nbsp; to&nbsp;
<a <a
href='https://vorta.borgbase.com/usage/#scheduling-automatic-backups' href='https://vorta.borgbase.com/usage/#scheduling-automatic-backups'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
this documentation this documentation
@ -83,7 +83,7 @@ consistency:
If you are using Borgmatic, you can check&nbsp; If you are using Borgmatic, you can check&nbsp;
<a <a
href='https://torsion.org/borgmatic/docs/how-to/set-up-backups/#autopilot' href='https://torsion.org/borgmatic/docs/how-to/set-up-backups/#autopilot'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
this documentation&nbsp; this documentation&nbsp;

View file

@ -153,7 +153,7 @@ export default function AppriseAlertSettings() {
<Link <Link
style={{ alignSelf: 'baseline', marginLeft: '5px' }} style={{ alignSelf: 'baseline', marginLeft: '5px' }}
href='https://borgwarehouse.com/docs/user-manual/account/#apprise' href='https://borgwarehouse.com/docs/user-manual/account/#apprise'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
<IconExternalLink size={16} color='#6c737f' /> <IconExternalLink size={16} color='#6c737f' />

View file

@ -149,7 +149,7 @@ export default function EmailAlertSettings() {
<Link <Link
style={{ alignSelf: 'baseline', marginLeft: '5px' }} style={{ alignSelf: 'baseline', marginLeft: '5px' }}
href='https://borgwarehouse.com/docs/user-manual/account/#alerting' href='https://borgwarehouse.com/docs/user-manual/account/#alerting'
rel='noopener noreferrer' rel='noreferrer'
target='_blank' target='_blank'
> >
<IconExternalLink size={16} color='#6c737f' /> <IconExternalLink size={16} color='#6c737f' />