Remove deprecated http header fields

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-02 11:49:11 +01:00
committed by Émile Ré
parent 08da270dbc
commit 150ff353e2

View File

@@ -134,8 +134,6 @@ func (s *Server) ServeSPA(w http.ResponseWriter, r *http.Request) {
}
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
w.Header().Set("Pragma", "no-cache")
w.Header().Set("Expires", "0")
w.WriteHeader(http.StatusOK)
w.Write(s.indexContent)