Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-16 00:28:47 +01:00
parent 7147cf189a
commit 6a77d42dd6
19 changed files with 21 additions and 37 deletions

View File

@@ -69,4 +69,3 @@ func (sr *SafeRedirect) Redirect(w http.ResponseWriter, r *http.Request, redirec
safeURL := sr.GetSafeRedirectURL(redirectURL, fallbackURL)
http.Redirect(w, r, safeURL, statusCode)
}

View File

@@ -254,4 +254,3 @@ func TestSafeRedirect_Redirect(t *testing.T) {
})
}
}