From 8885554488cdaab2e98a95eb3f30a010be60dbf2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jan 2026 05:57:15 -0800 Subject: fix: Remove detailed error from tooltip to prevent URL leakage --- internal/server/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/server') diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html index eb3fc41..ea4a170 100644 --- a/internal/server/templates/index.html +++ b/internal/server/templates/index.html @@ -99,7 +99,7 @@ {{if gt .SSLDaysLeft 0}} SSL: {{.SSLDaysLeft}}d {{end}} - {{if .LastError}}{{simplifyError .LastError}}{{end}} + {{if .LastError}}{{simplifyError .LastError}}{{end}}
-- cgit v1.2.3