enhance(frontend): window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
This commit is contained in:
@@ -218,7 +218,7 @@ const headerActions = computed(() => [{
|
||||
text: `https://${props.host}`,
|
||||
icon: 'ti ti-external-link',
|
||||
handler: () => {
|
||||
window.open(`https://${props.host}`, '_blank');
|
||||
window.open(`https://${props.host}`, '_blank', 'noopener');
|
||||
},
|
||||
}]);
|
||||
|
||||
|
Reference in New Issue
Block a user