From adbd5190616ad464d6b3390a8fe068e6cef03ca8 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Fri, 30 Aug 2019 23:47:18 +0200 Subject: [PATCH] noreferrer for images to allow images to be loaded from tvdb --- frontend/src/Series/SeriesImage.js | 1 + 1 file changed, 1 insertion(+) 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" /> );