Comment 2 for bug 139543

Revision history for this message
jMehdi (jmehdi-deactivatedaccount-deactivatedaccount) wrote :

I have an app that adds some proxy settings to the firefox.cfg file. But with the latest version of Firefox this file seems crypted, and when I use my app to add settings (eg: lockPref("network.proxy.http_port", 8080);) then Firefox displays an error when it is launched (error reading config file)
What are the crypted settings? Could I remove them?
Or is it possible to switch to an unencrypted version or to crypt my proxy settings?
Thanks