OK, I have followed a ton of advice and instructions to get a custom locked down config for FireFox 3.6.8. I changed the all.js file successfully. However, most of the mozilla.cfg settings are applied, but are ignored. Please see the screenshot for an example. I am trying a very simple file to test:
//
try {
lockPref("browser.startup.homepage", "http://newsletter.ttc.home/");
lockPref("Privacy.clearOnShutdown.cache", true);
lockPref("Privacy.clearOnShutdown.history", true);
} catch(e) {
// displayError("lockedPref", e);
}
http://www.ttc-ms.com/test/images/privacysettings.jpg
but as you can see from the screenshot, and in testing, it does not clear the history. The homepage works everytime though, even if I change it.
An interesting observation, when I apply the new all.js file and the mozilla.cfg to a fresh install of FF, upon first launch, NONE of the settings are followed. Only AFTER you open and close it the first time does anything work.