diff --git a/frontend/src/Artist/ArtistImage.js b/frontend/src/Artist/ArtistImage.js index 6ae479a18..32b1a0f95 100644 --- a/frontend/src/Artist/ArtistImage.js +++ b/frontend/src/Artist/ArtistImage.js @@ -161,6 +161,7 @@ class ArtistImage extends Component { src={url} onError={this.onError} onLoad={this.onLoad} + rel="noreferrer" /> );