Fixed: noreferrer on frontend images
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user