From 886621824332006c6a5e8f0ef14804ef669960ff Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 20 Mar 2017 16:58:09 -0400 Subject: Revert "PLT-3181 Added crossorigin='anonymous' to all external images (#5774)" (#5815) This reverts commit 24848f9d6a92eb1e09189c358636fd1ba32fa6d6. --- webapp/components/profile_picture.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'webapp/components/profile_picture.jsx') diff --git a/webapp/components/profile_picture.jsx b/webapp/components/profile_picture.jsx index 737a4400b..7a5f892db 100644 --- a/webapp/components/profile_picture.jsx +++ b/webapp/components/profile_picture.jsx @@ -69,7 +69,6 @@ export default class ProfilePicture extends React.Component { width={this.props.width} height={this.props.width} src={this.props.src} - crossOrigin='anonymous' /> @@ -83,7 +82,6 @@ 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