noreferrer everywhere

This commit is contained in:
Matt Hill
2021-09-03 14:24:27 -06:00
parent 967664561a
commit f2c91bd4d1
12 changed files with 23 additions and 15 deletions

View File

@@ -154,7 +154,7 @@ export class AppComponent {
} else {
url = 'https://start9.com'
}
window.open(url, '_blank')
window.open(url, '_blank', 'noreferrer')
}
async presentAlertLogout () {
@@ -347,7 +347,7 @@ export class AppComponent {
side: 'end',
text: 'View solutions',
handler: () => {
window.open(link, '_blank')
window.open(link, '_blank', 'noreferrer')
return false
},
},