From 9170f807a1b09cfb23c8a58fa3fa8550fd6b853a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 15 Jul 2025 00:22:58 +0000 Subject: [PATCH] fix(lib): fix race condition when rendering multiple challenge pages at once Closes #832 Signed-off-by: Xe Iaso --- lib/anubis.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/anubis.go b/lib/anubis.go index a3b93387..e9435f99 100644 --- a/lib/anubis.go +++ b/lib/anubis.go @@ -394,8 +394,6 @@ func (s *Server) PassChallenge(w http.ResponseWriter, r *http.Request) { return } - s.ClearCookie(w, CookieOpts{Name: anubis.TestCookieName, Host: r.Host}) - redir := r.FormValue("redir") redirURL, err := url.ParseRequestURI(redir) if err != nil {