Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Disabling auto-update doesn't work

more options

I need to stop at Firefox 14 for now, and need to prevent auto-updates. In Firefox 14.0.1 when I disable auto-update by setting 'never check for updates', and/or use about:config to clear 'app.update.url', both settings are ignored. When I close and re-open Firefox, auto-update is again enabled, and the update URL is again set.


Recommendations?

I need to stop at Firefox 14 for now, and need to prevent auto-updates. In Firefox 14.0.1 when I disable auto-update by setting 'never check for updates', and/or use about:config to clear 'app.update.url', both settings are ignored. When I close and re-open Firefox, auto-update is again enabled, and the update URL is again set. Recommendations?

All Replies (4)

more options

If you do not keep changes after a restart then see:

more options

As it turns out, it's not a matter of 'preferences not being saved'. It's Firefox spontaneously changing my preferences at start-time.

I've been testing; here's what i discover. 1. I install FF14, start it the first time, and disable auto-update (via Tools/Options/Advanced) At this point - prefs.js in my profile now starts with user_pref("app.update.auto", false); user_pref("app.update.enabled", false);

2. now I exit FF. prefs.js in my profile STILL starts with user_pref("app.update.auto", false); user_pref("app.update.enabled", false);

3. i restart FF (#1) prefs.js in my profile STILL starts with user_pref("app.update.auto", false); user_pref("app.update.enabled", false);

4. i close FF prefs.js in my profile STILL starts with user_pref("app.update.auto", false); user_pref("app.update.enabled", false);

5. I restart FF (#2) NOW prefs.js has dropped those 2 initial lines, and starts with user_pref("app.update.lastUpdateTime.addon-........etc

Firefox is spontaneously changing my prefs.js.

Before this series of tests I adjusted the prefs.js in all other profiles in this XPSP3 machine to start with user_pref("app.update.auto", false); user_pref("app.update.enabled", false);

This is obnoxious. I expect better from Mozilla. Suggestions?

more options

Do you have a user.js file that might be initializing prefs?

more options

Nope - i don't. Other possibilities?