[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I make favicons appear everywhere possible?

For favicons to appear in every possible place, including those of sites you haven't visited in years, add the following lines to your user.js:

user_pref("browser.chrome.favicons", true);
user_pref("browser.chrome.load_toolbar_icons", 2);

Or you can enter about:config in the location bar.
Search for the preference browser.chrome.favicons.
Modify the value to true.
Search for the preference browser.chrome.load_toolbar_icons.
Modify the value to 2.

So what are the values for the second preference?
0 = never, 1 = when in cache, 2 = always

[an error occurred while processing this directive]