Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Disabling auto-update doesn't work

  • 4 απαντήσεις
  • 4 έχουν αυτό το πρόβλημα
  • 8 προβολές
  • Τελευταία απάντηση από todd_ferwerda

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?

Όλες οι απαντήσεις (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?