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_picture.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/components/profile_picture.jsx') diff --git a/webapp/components/profile_picture.jsx b/webapp/components/profile_picture.jsx index 7a5f892db..737a4400b 100644 --- a/webapp/components/profile_picture.jsx +++ b/webapp/components/profile_picture.jsx @@ -69,6 +69,7 @@ export default class ProfilePicture extends React.Component { width={this.props.width} height={this.props.width} src={this.props.src} + crossOrigin='anonymous' /> @@ -82,6 +83,7 @@ export default class ProfilePicture extends React.Component { width={this.props.width} height={this.props.width} src={this.props.src} + crossOrigin='anonymous' /> -- cgit v1.2.3-1-g7c22