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

how to deploy firefox with automatic updates disabled

  • 1 balasan
  • 5 ada masalah ini
  • 6 paparan
  • Balasan terakhir oleh cor-el

more options

I deploy fire fox via sccm in my environment. i used to be able to update the firefox.js file to disable auto updates.

How is this now done n firefox 4

I deploy fire fox via sccm in my environment. i used to be able to update the firefox.js file to disable auto updates. How is this now done n firefox 4

All Replies (1)

more options

You can use a mozilla.cfg file to lock prefs or specify default values.
You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

You can use these functions in mozilla.cfg:

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


See: