Skip to content

Commit

Permalink
Merge pull request #168 from element-hq/avatar-no-cors
Browse files Browse the repository at this point in the history
Fetch avatars without CORS
  • Loading branch information
robintown authored May 14, 2024
2 parents aad4342 + 5f0b5bd commit c2adb37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const Avatar = forwardRef<
loading="lazy"
alt=""
src={src}
crossOrigin="anonymous"
referrerPolicy="no-referrer"
className={classnames(styles.image)}
data-type={type}
Expand Down

0 comments on commit c2adb37

Please sign in to comment.