From bfcfe094bb0699adeb2f0e66334ac9d868f65115 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 14 Dec 2019 16:26:45 -0500 Subject: [PATCH] GNU Ashlynn --- cmd/site/main.go | 1 + 1 file changed, 1 insertion(+) 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) }