summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/components/post_attachment_opengraph.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/components/post_attachment_opengraph.jsx')
-rw-r--r--webapp/components/post_view/components/post_attachment_opengraph.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/components/post_view/components/post_attachment_opengraph.jsx b/webapp/components/post_view/components/post_attachment_opengraph.jsx
index 13171202a..da85905c0 100644
--- a/webapp/components/post_view/components/post_attachment_opengraph.jsx
+++ b/webapp/components/post_view/components/post_attachment_opengraph.jsx
@@ -193,7 +193,6 @@ export default class PostAttachmentOpenGraph extends React.Component {
element = this.wrapInSmallImageContainer(
<img
className={'attachment__image attachment__image--openraph'}
- crossOrigin='anonymous'
src={imageUrl}
ref={(img) => {
this.smallImageElement = img;