mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-31 20:53:48 +01:00
Fixed: noreferrer on frontend images
This commit is contained in:
parent
cf2aefd808
commit
ebe5365e2a
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