mirror of
https://github.com/Readarr/Readarr
synced 2025-12-14 20:36:18 +01:00
Fixed: noreferrer on frontend images
This commit is contained in:
parent
3743b023f2
commit
0ba1bf3eb2
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ class ArtistImage extends Component {
|
|||
src={url}
|
||||
onError={this.onError}
|
||||
onLoad={this.onLoad}
|
||||
rel="noreferrer"
|
||||
/>
|
||||
</LazyLoad>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue