summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/components/post_image.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/components/post_image.jsx')
-rw-r--r--webapp/components/post_view/components/post_image.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/post_view/components/post_image.jsx b/webapp/components/post_view/components/post_image.jsx
index 9a761bfca..6fe954e99 100644
--- a/webapp/components/post_view/components/post_image.jsx
+++ b/webapp/components/post_view/components/post_image.jsx
@@ -67,6 +67,7 @@ export default class PostImageEmbed extends React.Component {
return (
<img
className='img-div placeholder'
+ crossOrigin='anonymous'
height='500px'
/>
);
@@ -75,6 +76,7 @@ export default class PostImageEmbed extends React.Component {
return (
<img
className='img-div'
+ crossOrigin='anonymous'
src={this.props.link}
/>
);