privacy: add "noreferrer" to link to official doc

This commit is contained in:
bsourisse 2023-03-20 12:08:28 +01:00
parent 54e87fd077
commit 7186d2d9f6
4 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,7 @@ function Footer() {
className={classes.site}
target='_blank'
href='https://borgwarehouse.com/'
rel='noreferrer'
>
BorgWarehouse
</a>

View file

@ -152,6 +152,7 @@ export default function AppriseURLs() {
textDecoration: 'none',
}}
href='https://github.com/caronc/apprise#supported-notifications'
rel='noreferrer'
>
Apprise URLs
</a>{' '}

View file

@ -134,6 +134,7 @@ export default function emailTest(mailTo, username, aliasList) {
<a
style="text-decoration: none; color: #6d4aff"
href="https://borgwarehouse.com/docs/user-manual/setupwizard/#step-3--launch--verify"
rel="noreferrer"
>check the integrity of your backups regularly</a
>.
</div>
@ -153,6 +154,7 @@ export default function emailTest(mailTo, username, aliasList) {
style="color: #cfc4fb; text-decoration: none"
target="_blank"
href="https://borgwarehouse.com/"
rel="noreferrer"
>BorgWarehouse</a
>
</p>

View file

@ -73,7 +73,7 @@ export default function emailTest(mailTo, username) {
</div>
<div style="font-size: 0.8em;color: #C8C8C8;font-family: Inter, sans-serif; text-align: center;"><p>About <a style="color:#cfc4fb; text-decoration: none;" target="_blank" href="https://borgwarehouse.com/">BorgWarehouse</a></p></div>
<div style="font-size: 0.8em;color: #C8C8C8;font-family: Inter, sans-serif; text-align: center;"><p>About <a style="color:#cfc4fb; text-decoration: none;" target="_blank" href="https://borgwarehouse.com/" rel='noreferrer'>BorgWarehouse</a></p></div>
</div>
</div>
`,