I don\'t have a favicon.ico, but my browser always makes a request for it.
Is it possible to prevent the browser from making a request for the favicon from my site? M
if you use nginx
# skip favicon.ico # location = /favicon.ico { access_log off; return 204; }