diff --git a/pkg/server/statichandler/statichandler.go b/pkg/server/statichandler/statichandler.go index 2df25b713..704774a93 100644 --- a/pkg/server/statichandler/statichandler.go +++ b/pkg/server/statichandler/statichandler.go @@ -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)