noreferrer for images to allow images to be loaded from tvdb
This commit is contained in:
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…
Reference in New Issue