diff --git a/frontend/src/Series/SeriesImage.js b/frontend/src/Series/SeriesImage.js index 069bcb600..7d7105b4a 100644 --- a/frontend/src/Series/SeriesImage.js +++ b/frontend/src/Series/SeriesImage.js @@ -160,6 +160,7 @@ class SeriesImage extends Component { src={url} onError={this.onError} onLoad={this.onLoad} + rel="noreferrer" /> );