Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Controlling Settings

  • 1 risposta
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di cor-el

more options

I have a small number of users on my corporate network who have Firefox installed. I need to be able to control the settings in the same way as I can for Internet Explorer in order to force the users to go through our web proxy. What's the best method of enforcing this? Users don't normally have admin rights over their computers, and it's an Active Directory (2008) network. The settings for the proxy are currently controlled via DHCP and DNS through a WPAD script. Most users are currently on Win XP SP3 or Win 7 Pro.

I have a small number of users on my corporate network who have Firefox installed. I need to be able to control the settings in the same way as I can for Internet Explorer in order to force the users to go through our web proxy. What's the best method of enforcing this? Users don't normally have admin rights over their computers, and it's an Active Directory (2008) network. The settings for the proxy are currently controlled via DHCP and DNS through a WPAD script. Most users are currently on Win XP SP3 or Win 7 Pro.

Tutte le risposte (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.

pref("general.config.filename", "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: