diff --git a/cmd/site/main.go b/cmd/site/main.go index 2168dd5..085fbe7 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -79,6 +79,7 @@ func (s *Site) ServeHTTP(w http.ResponseWriter, r *http.Request) { if gitRev != "" { w.Header().Add("X-Git-Rev", gitRev) } + w.Header().Add("X-Clacks-Overhead", "GNU Ashlynn") middleware.RequestID(s.xffmw.Handler(ex.HTTPLog(s.mux))).ServeHTTP(w, r) }