From 24848f9d6a92eb1e09189c358636fd1ba32fa6d6 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Thu, 16 Mar 2017 14:59:00 -0400 Subject: PLT-3181 Added crossorigin='anonymous' to all external images (#5774) * PLT-3181 Added crossorigin='anonymous' to all external images * Fixed image unit tests * Added crossorigin='anonymous' to a few more places --- webapp/components/profile_popover.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/profile_popover.jsx') diff --git a/webapp/components/profile_popover.jsx b/webapp/components/profile_popover.jsx index c7d45474f..e21716cb3 100644 --- a/webapp/components/profile_popover.jsx +++ b/webapp/components/profile_popover.jsx @@ -182,6 +182,7 @@ export default class ProfilePopover extends React.Component { height='128' width='128' key='user-popover-image' + crossOrigin='anonymous' /> ); -- cgit v1.2.3-1-g7c22