aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/site/main.go1
1 files changed, 1 insertions, 0 deletions
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)
}