From 209f784f2a85b1f3509e75ed49e9cc1bbb555850 Mon Sep 17 00:00:00 2001 From: Kharenis <1252123+kharenis@users.noreply.github.com> Date: Mon, 19 Apr 2021 16:09:44 +0100 Subject: [PATCH] Append Trailing Slash To Path If Missing Closes #5693 Index pages now automatically redirect to a path with a trailing "/". If the site was accessed through a proxy with a modified path, a missing trailing "/" would break the relative paths. --- src/webui/www/private/index.html | 8 ++++++++ src/webui/www/public/index.html | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index aa01441e5f7..a130331b285 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -2,6 +2,14 @@
+