From c28ded8b8a81ce30c10ae1c04b68589c0bb4c99a Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Sat, 30 Jan 2021 06:36:51 +0100 Subject: [PATCH] Fix http redirection when redirect URL is missing the protocol prefix. --- Changelog8.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog8.html b/Changelog8.html index 59fe4153701..74900c03c00 100644 --- a/Changelog8.html +++ b/Changelog8.html @@ -21,6 +21,7 @@

Version 8.1.2

  • Don't poll the Deezer library if the user doesn't have a premium subscription.
  • #508 - Don't include the port when using default ports in host header for http requests.
  • #521 - Fix http redirection on HTTPS protocol handlers (thanks philippe44!)
  • +
  • #523 - Fix http redirection when redirect URL is missing the protocol (thanks philippe44!)