Skip to content

Commit

Permalink
Add crossorigin anonymous to GitHub images
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 8, 2024
1 parent 16887de commit 25ac1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extensionmanager/src/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function ListEntry(props: ListEntry.IProperties): React.ReactElement<any> {
{githubUser ? (
<img
src={`https://github.com/${githubUser}.png?size=${BADGE_QUERY_SIZE}`}
crossOrigin="anonymous"
style={{ width: '32px', height: '32px' }}
/>
) : (
Expand Down

0 comments on commit 25ac1e4

Please sign in to comment.