mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07: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…
Add table
Add a link
Reference in a new issue