noreferrer for images to allow images to be loaded from tvdb

pull/3292/head
Taloth Saldono 5 years ago
parent b0415299ca
commit adbd519061

@ -160,6 +160,7 @@ class SeriesImage extends Component {
src={url} src={url}
onError={this.onError} onError={this.onError}
onLoad={this.onLoad} onLoad={this.onLoad}
rel="noreferrer"
/> />
</LazyLoad> </LazyLoad>
); );

Loading…
Cancel
Save