updated to unauthorized
All checks were successful
release-tag / release-image (push) Successful in 1m52s

This commit is contained in:
2025-11-08 23:46:14 +01:00
parent eff3dd61af
commit 2a66ea48e8

View File

@@ -784,5 +784,6 @@ func errorhtml(w http.ResponseWriter, r *http.Request) {
</html>` </html>`
w.Header().Set("Content-Type", "text/html; charset=utf-8") w.Header().Set("Content-Type", "text/html; charset=utf-8")
w.WriteHeader(http.StatusForbidden)
_, _ = w.Write([]byte(html)) _, _ = w.Write([]byte(html))
} }