Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Archived

Firefox autoupdates without permission

regbez replied
mdbohon

I need to run an earlier version (version 9.0) on OSX 10.8. Within a day after installation Firefox has updated itself to the most current version. This is a constant problem. I adjusted all of the preferences the support community recommends, and set the below properties in about:config,

app.update.auto - false app.update.enabled - false app.update.silent - false

however, Firefox still updates itself. Help would be greatly appreciated, Thanks.

I need to run an earlier version (version 9.0) on OSX 10.8. Within a day after installation Firefox has updated itself to the most current version. This is a constant problem. I adjusted all of the preferences the support community recommends, and set the below properties in about:config, app.update.auto - false app.update.enabled - false app.update.silent - false however, Firefox still updates itself. Help would be greatly appreciated, Thanks.

All Replies (4)

See Updating Firefox - Configuring update options for details.

Stop or delete auto updates

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

   http://kb.mozillazine.org/Locking_preferences 

You can use these functions in mozilla.cfg:

defaultPref(); // set new default value pref(); // set pref, but allow changes in current session lockPref(); // lock pref, disallow changes

You can consider to lock these prefs:

   lockPref("app.update.enabled", false);
   lockPref("app.update.auto", false);

Install/down-load Winpatrol (free program) locate updater for the program you want to use, and disable the up-dater, just for that program.