mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
noreferrer for images to allow images to be loaded from tvdb
This commit is contained in:
parent
b0415299ca
commit
adbd519061
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class SeriesImage extends Component {
|
|||
src={url}
|
||||
onError={this.onError}
|
||||
onLoad={this.onLoad}
|
||||
rel="noreferrer"
|
||||
/>
|
||||
</LazyLoad>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue