Fixed: noreferrer on frontend images

This commit is contained in:
Qstick 2019-09-11 22:19:30 -04:00
parent cf2aefd808
commit ebe5365e2a

View file

@ -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>
); );