Remove favicon 404
This commit is contained in:
parent
e5832d2c58
commit
495598ac37
@ -157,11 +157,6 @@ func serveFiles(w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if strings.HasSuffix(r.URL.Path, "favicon.ico") {
|
|
||||||
w.WriteHeader(404)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, file := range files {
|
for _, file := range files {
|
||||||
if strings.HasSuffix(r.URL.Path, file.Path) {
|
if strings.HasSuffix(r.URL.Path, file.Path) {
|
||||||
serveFile(w, r, file)
|
serveFile(w, r, file)
|
||||||
|
Loading…
Reference in New Issue
Block a user