Skip to content

Commit

Permalink
remove crossOrigin anon
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Oct 17, 2024
1 parent 0f0026c commit cda3209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function Media(post: Readonly<RedditPost>) {
const hlsDefaults = {
autoPlay: false,
controls: true,
crossOrigin: 'anonymous',
loop: true,
muted: true,
playsInline: true,
Expand All @@ -37,7 +36,6 @@ export default function Media(post: Readonly<RedditPost>) {
>
<img
alt={post.title || 'reddit image'}
crossOrigin="anonymous"
data-hint="image"
decoding="async"
id={post.id}
Expand Down

0 comments on commit cda3209

Please sign in to comment.