Tuesday, June 27, 2006
Firefox annoyance 3
When pen testing web applications I use an interception proxy, however when I use Firefox as the client I get all these annoying requests for favicon.ico in the logs. To stop Firefox requesting the favicon.ico for every page, type about:config into the URL, scroll down and change the following entries to false
browser.chrome.site_icons
browser.chrome.favicons
If the entries don't exist, create them as new Boolean entries.
browser.chrome.site_icons
browser.chrome.favicons
If the entries don't exist, create them as new Boolean entries.