You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like there is a default 404.html and dirlist.html, I think it would be beneficial to serve a default favicon.ico for when users are using the site to serve simple files. If nothing else, it helps keep logs clean of 404s.
I think it could be easily implemented in server.go:HandleNotFound and I am happy to submit a PR with what I can come up with, but I wanted to hear thoughts first.
The text was updated successfully, but these errors were encountered:
Just like there is a default 404.html and dirlist.html, I think it would be beneficial to serve a default favicon.ico for when users are using the site to serve simple files. If nothing else, it helps keep logs clean of 404s.
I think it could be easily implemented in server.go:HandleNotFound and I am happy to submit a PR with what I can come up with, but I wanted to hear thoughts first.
The text was updated successfully, but these errors were encountered: