mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -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}
|
||||
onError={this.onError}
|
||||
onLoad={this.onLoad}
|
||||
rel="noreferrer"
|
||||
/>
|
||||
</LazyLoad>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue