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}
|
||||
onError={this.onError}
|
||||
onLoad={this.onLoad}
|
||||
rel="noreferrer"
|
||||
/>
|
||||
</LazyLoad>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue