How to disable favicon fetching in google chrome

15,109

Look at this Chrome extension I hate your favicon, or build your own one, which utilizes webRequest module and trap all outgoing requests for favicons.

Also you could possibly set up one of ad blocking extensions to do the same job.

P.S. You can read discussion about whether to consider this as a bug, or feature in the issue 39402 at Chromium porject, I think it applies to Chrome as well. And it seems there will be no easy way to turn this behaviour off via options in the near future.

Share:
15,109
Dynalon
Author by

Dynalon

Updated on June 27, 2022

Comments

  • Dynalon
    Dynalon almost 2 years

    How can I tell chrome not to fetch any favicon.ico files from a webserver? For web development and debugging, I find this very annoying when I read server side logs. Loading the favicon is also bias when measuring and optimizing my page load times so I want to completely disabled it on the client side in chrome.

  • Paul
    Paul over 5 years
    That extension doesn't exist anymore :/