From d9a76c12763bb118ca708afcb0863e334c011f39 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 19 Jan 2025 08:20:18 -0500 Subject: cmd/anubis: oops, i hate git merges Signed-off-by: Xe Iaso --- cmd/anubis/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd') diff --git a/cmd/anubis/main.go b/cmd/anubis/main.go index f9f090d..1956c83 100644 --- a/cmd/anubis/main.go +++ b/cmd/anubis/main.go @@ -136,11 +136,8 @@ func (s *Server) challengeFor(r *http.Request) string { r.Header.Get("Accept-Language"), r.Header.Get("X-Real-Ip"), r.UserAgent(), -<<<<<<< Updated upstream time.Now().UTC().Round(24*7*time.Hour).Format(time.RFC3339), -======= fp, ->>>>>>> Stashed changes ) result, _ := sha256sum(data) return result -- cgit v1.2.3