From ebe5365e2a2b8151fa9deab7daaaa1598f3e4e20 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 11 Sep 2019 22:19:30 -0400 Subject: [PATCH] Fixed: noreferrer on frontend images --- frontend/src/Artist/ArtistImage.js | 1 + 1 file changed, 1 insertion(+) 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" /> );