Firefox3ltspoptimizations
WARNING: Not fully tested yet.
/etc/firefox-3.0/pref/firefox.js
// Disable "safe browsing" feature that hogs CPU, HDD, etc. etc. in LTSP
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);
// Disable annoying location-bar suggestion "feature" that is sludgy with thin-clients
pref("browser.urlbar.maxRichResults", 0);
// Disable offline/disk caching of web pages
pref("browser.cache.offline.enable", false);
pref("browser.cache.disk.enable", false);
page_revision: 3, last_edited: 1220484463|%e %b %Y, %H:%M %Z (%O ago)





