21508: Fix cross origin io parameter image previews
authorStephen Smith <stephen@curii.com>
Mon, 25 Mar 2024 15:47:19 +0000 (11:47 -0400)
committerStephen Smith <stephen@curii.com>
Mon, 25 Mar 2024 15:47:19 +0000 (11:47 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

services/workbench2/src/views/process-panel/process-io-card.tsx

index 3861e565f142ade1eaaabebe30402c15a6d7cad6..bed879dc2fae2fabd2395ebb81629fff43d817c2 100644 (file)
@@ -633,6 +633,7 @@ const ProcessValuePreview = withStyles(styles)(({ value, showImagePreview, class
             <img
                 className={classes.imagePreview}
                 src={value.imageUrl}
+                crossOrigin="anonymous"
                 alt="Inline Preview"
             />
         ) : (