How to set FireFox 31 to use No Proxy via script or file. Cannot use the GUI for this.
I would like to know if anyone has been able to set custom settings in FireFox 31? I'm trying to push out one single setting to our FireFox users. Which is "No Proxy"
I've read all about the "locking preferences in Mozilla FireFox" I've tried creating the two files: local-settings.js and Mozilla.cfg. I'm not sure these files even work with FF31? Most references are talking about FF 3 or 4
My "local-settings.js" file contains the following code:
pref(“general.config.obscure_value”, 0);
pref(“general.config.filename”, “mozilla.cfg”);
My Mozilla.cfg file contains the following code:
//
lockPref("network.proxy.type", 0);
After I copy these files to the required directory I open FireFox and receive the following :
"Failed to read the configuration file. Please contact your system administrator."
http://kb.mozillazine.org/Locking_preferences -- Doesn't work at least with FF 31.
Please let me know if anyone has set custom settings in FF 28 or newer and had them stick?
Thank you,
B