Skip to content

Commit

Permalink
@uppy/provider-views: add referrerpolicy to images
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Jan 3, 2024
1 parent f781d4e commit 8b47443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default (props) => {
return <VideoIcon />
default: {
const { alt } = props
return <img src={itemIconString} alt={alt} loading="lazy" width={16} height={16} />
return <img src={itemIconString} alt={alt} referrerPolicy="no-referrer" loading="lazy" width={16} height={16} />
}
}
}

0 comments on commit 8b47443

Please sign in to comment.