@@ -40,6 +40,9 @@ func (c Config) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
if endpoint.Redir {
u, _ := url.Parse(endpoint.To)
r.URL = u
r.Host = u.Host
http.Redirect(w, r, r.URL.String(), http.StatusSeeOther)
return
The note is not visible to the blocked user.