From 58e9e3423a4e0075b6f62c9c094feadd15ef4d98 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 22 Jun 2026 02:32:59 -0400 Subject: [PATCH] Remove server version from page title This leaks additional information publicly, and is not really necessary/useful. --- Jellyfin.Server/ServerSetupApp/index.mstemplate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html index b523dc6276..358bef81c8 100644 --- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html +++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html @@ -316,12 +316,12 @@ {{^IF isInReportingMode}}
-

Jellyfin Server {{version.ToString(2)}} is still starting. Please wait… {{currentActivity}}

+

Jellyfin is still starting. Please wait… {{currentActivity}}

{{#ELSE}}
-

Jellyfin Server {{version.ToString(2)}} has encountered an error and was not able to start.

+

Jellyfin has encountered an error and was not able to start.

{{/ELSE}} {{/IF}}