Merge branch '20455-noopener' refs #20455
[arvados.git] / services / workbench2 / src / views-components / sharing-dialog / sharing-urls-component.tsx
index 5facb2e3812e61b43394cb220c299741e64c6451..c17fadd5f09a88c16f183642fbc656752162454f 100644 (file)
@@ -72,7 +72,7 @@ export const SharingURLsComponent = withStyles(styles)((props: SharingURLsCompon
 
                 return <Grid container alignItems='center' key={token.uuid} className={props.classes.sharingUrlRow}>
                     <Grid item>
-                        <Link className={props.classes.sharingUrlText} href={url} target='_blank'>
+                        <Link className={props.classes.sharingUrlText} href={url} target='_blank' rel="noopener">
                             {urlLabel}
                         </Link>
                     </Grid>