noreferrer everywhere

This commit is contained in:
Matt Hill
2021-09-03 14:24:27 -06:00
committed by Aiden McClelland
parent 3877e43b84
commit 9c6aaa64b8
12 changed files with 23 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ export function getErrorMessage (e: RequestError, link?: string): string | Ionic
}
if (link) {
message = new IonicSafeString(`${message}<br /><br /><a href=${link} target="_blank" style="color: white;">Get Help</a>`)
message = new IonicSafeString(`${message}<br /><br /><a href=${link} target="_blank" rel="noreferrer" style="color: white;">Get Help</a>`)
}
return message