Jump to content

Jmariscal

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral

About Jmariscal

Personal Information

  • Occupation
    IT Manager
  • Location
    Chicago
  1. Since we are locked down, I am able to use the unencoded mozilla.cfg file. It seems the problem lied with the encoding.
  2. Can anyone help with this? Since FF has gone to the .sqlite format, I can't seem to find the context and setup for locked stations to pull a common directory. I can copy over an bookmark.html file to the local machine with a login script, but then how do I import that over the existing set? Using 3.6.8
  3. OK, It is working now. Thank you Arthur!
  4. Thank you for your help on this, but it is still not working. I put your lines in pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg"); at the bottom of the all.js file, but now it wont see the mozilla.cfg AT ALL. When I took out the line pref("general.config.obscure_value", 0); I got it back to seeing the correct homepage, but no sanitize or other settings. What am I missing? BTW- This is being tested on 3.6.8
  5. It is doing the same thing (only partially working). I am using Automatic Mozilla Configurator to convert the TXT to CFG. The line I added in the all.js is pref("general.config.filename", "mozilla.cfg"); New screenshot: http://www.ttc-ms.com/test/images/testsettings.jpg
  6. 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.
  7. DELETED
×
×
  • Create New...