if have a attack url, the info is
@@ -461,7 +461,9 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
file := staticDir + r.URL.Path[len(prefix):]
finfo, err := os.Stat(file)
if err != nil {
Warn(err)
if RunMode == "dev" {
}
http.NotFound(w, r)
return
The note is not visible to the blocked user.