From ed675674762a35a1d0ea3c3696f181d49a2dead8 Mon Sep 17 00:00:00 2001 From: Sean Callinan Date: Thu, 26 May 2016 15:55:28 +1200 Subject: [PATCH] Use HTTPS for accessing the poster images When serving PlexRequests.Net using a reverse proxy that uses HTTPS, poster images make the requests page 'insecure' because they are loading from an HTTP host. This host also supports HTTPS, so it should use HTTPS instead. --- PlexRequests.UI/Views/Requests/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexRequests.UI/Views/Requests/Index.cshtml b/PlexRequests.UI/Views/Requests/Index.cshtml index cdf45b288..df5ce4890 100644 --- a/PlexRequests.UI/Views/Requests/Index.cshtml +++ b/PlexRequests.UI/Views/Requests/Index.cshtml @@ -132,7 +132,7 @@
{{#if_eq type "movie"}} {{#if posterPath}} - poster + poster {{/if}} {{/if_eq}} {{#if_eq type "tv"}}