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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Running v28 as a headless Firefox on Ubuntu Server to run by Selenium. New version 47 does not work with Selenium. How do i stop the updates?

  • 2 réponses
  • 3 ont ce problème
  • 13 vues
  • Dernière réponse par mixalisp

more options

I have tried the following solutions:

  1. nano /usr/lib/firefox/defaults/pref/channel-prefs.js
  2. nano /usr/lib/firefox/browser/defaults/preferences/nano syspref.js
  3. nano /usr/lib/firefox/browser/defaults/preferences/user.js

commented out this: //pref("app.update.channel", "release"); and entered the following: pref("app.update.enabled", false); pref("app.update.silent", false);

I also created a profile folder in ~/.mozilla and added a text files with these: // turn off application updates: user_pref("app.update.enabled", false);

I also tried to block mozilla.org from iptables but that didn't help either.

Please help me stop automatic updates. We need to be using version 28.

Thanks!

I have tried the following solutions: #nano /usr/lib/firefox/defaults/pref/channel-prefs.js #nano /usr/lib/firefox/browser/defaults/preferences/nano syspref.js #nano /usr/lib/firefox/browser/defaults/preferences/user.js commented out this: //pref("app.update.channel", "release"); and entered the following: pref("app.update.enabled", false); pref("app.update.silent", false); I also created a profile folder in ~/.mozilla and added a text files with these: // turn off application updates: user_pref("app.update.enabled", false); I also tried to block mozilla.org from iptables but that didn't help either. Please help me stop automatic updates. We need to be using version 28. Thanks!

Toutes les réponses (2)

more options

Type about:preferences#advanced<enter> in the address bar.

Under Advanced, Select Update. Check the settings.

more options

Hi, we don't have the front-end GUI of firefox, it's headless. Runs on ubuntu server. Thanks.