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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How do you stop Firefox from automatically updating itself?

  • 1 відповідь
  • 3 мають цю проблему
  • 15 переглядів
  • Остання відповідь від Rubin Bhandari

more options

How do you stop FF from automatically updating to the latest version? I need to keep FF at version v37, but it keeps updating to v39 no matter what I do. I have gone to options -> advanced -> updates and deselected automatic updates. I've also gone to about:config and changed app.update.auto to false.

But it is still updating. This is extremely frustrating because I have to keep uninstalling and re-installing but it keeps updating itself. Thanks in advance

How do you stop FF from automatically updating to the latest version? I need to keep FF at version v37, but it keeps updating to v39 no matter what I do. I have gone to options -> advanced -> updates and deselected automatic updates. I've also gone to about:config and changed app.update.auto to false. But it is still updating. This is extremely frustrating because I have to keep uninstalling and re-installing but it keeps updating itself. Thanks in advance

Усі відповіді (1)

more options

There is a way to disable updates by going through the Options menu but after disabling it through there, when you would go to Help > About Firefox, it would update regardless of that setting. 2 methods here, pick one. You can set these prefs in about:config to disable automatic updating: app.update.auto - false app.update.enabled - false app.update.silent - false Or you can use this method to do that for you: You can create a new file in a text editor (Defaults are: Notepad for Windows, TextEdit for Mac, and Text Editor on Linux) called user.js. When you save user.js, make sure it's file type is ALL FILES as leaving it like that will add the .txt extension (user.js.txt) and it won't work. Place this file in your Profile Folder. See the link below to learn how to access the folder

How to find my profile Folder Once you're creating the folder simply add the following to your user.js file, save and close, restart Firefox

// turn off application updates: user_pref("app.update.enabled", false);