mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-09 05:06:09 +02: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}
|
src={url}
|
||||||
onError={this.onError}
|
onError={this.onError}
|
||||||
onLoad={this.onLoad}
|
onLoad={this.onLoad}
|
||||||
|
rel="noreferrer"
|
||||||
/>
|
/>
|
||||||
</LazyLoad>
|
</LazyLoad>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue