mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 16:25:05 +00:00
Fixed: noreferrer on frontend images
This commit is contained in:
@@ -161,6 +161,7 @@ class ArtistImage extends Component {
|
||||
src={url}
|
||||
onError={this.onError}
|
||||
onLoad={this.onLoad}
|
||||
rel="noreferrer"
|
||||
/>
|
||||
</LazyLoad>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user