@@ -39,6 +39,11 @@ func (c Config) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
if endpoint.Redir {
http.Redirect(w, r, r.URL.String(), http.StatusSeeOther)
cors(w)
if r.Method == http.MethodOptions {
w.Header().Set("Content-Length", "0")
The note is not visible to the blocked user.