GNU Ashlynn

This commit is contained in:
Cadey Ratio 2019-12-14 16:26:45 -05:00 committed by GitHub
parent 21d63f8cf9
commit bfcfe094bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}