mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05: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