noreferrer for images to allow images to be loaded from tvdb

This commit is contained in:
Taloth Saldono 2019-08-30 23:47:18 +02:00
parent b0415299ca
commit adbd519061
1 changed files with 1 additions and 0 deletions

View File

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