aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-12-14 16:26:45 -0500
committerGitHub <noreply@github.com>2019-12-14 16:26:45 -0500
commitbfcfe094bb0699adeb2f0e66334ac9d868f65115 (patch)
tree5d1754d4f6b22659ea862fe64f427b360eab0d77
parent21d63f8cf920123bfb98ba758f55230ababa1984 (diff)
downloadxesite-bfcfe094bb0699adeb2f0e66334ac9d868f65115.tar.xz
xesite-bfcfe094bb0699adeb2f0e66334ac9d868f65115.zip
GNU Ashlynn
-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)
}