Merge branch 'main' into 21357-favorites-names
[arvados.git] / services / workbench2 / src / components / collection-panel-files / collection-panel-files.tsx
index f1e50e0f0bf7d2f9c4699265e19d515954a9d7cc..e58eb8919814c680bf7732c5ef6ee1886008c674 100644 (file)
@@ -433,7 +433,7 @@ export const CollectionPanelFiles = withStyles(styles)(
                             getInlineFileUrl(enhancedItem.url, config.keepWebServiceUrl, config.keepWebInlineServiceUrl),
                             true
                         );
-                        window.open(fileUrl, "_blank");
+                        window.open(fileUrl, "_blank", "noopener");
                     }
                 }