Hey guys,


So I've created a new package around x64 version of FF ESR for my network and 
upon installation I noticed that by default the "Connection Settings" is set to 
"Use system proxy settings" but I would like to switch to "Auto-detect proxy 
settings for this network".



My Mozilla.cfg has the following lines:



lockPref("app.update.auto", true);

lockPref("app.update.enabled", true);

lockPref("app.update.service.enabled", true);



lockPref("extensions.autoDisableScopes", 0);

lockPref("datareporting.healthreport.service.enabled", false);

pref("browser.startup.homepage","https://www.google.ca/";);

pref("browser.shell.checkDefaultBrowser", false);

pref("browser.startup.homepage_override.mstone", "ignore");

pref("browser.rights.3.shown", true);

pref("toolkit.telemetry.prompted", 2);

pref("toolkit.telemetry.rejected", true);

pref("pdfjs.disabled", true);

pref("plugins.notifyMissingFlash", false);

lockPref("toolkit.crashreporter.enabled", false);

Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports
 = false;





What would be the pref/lockpref for the option I seek above?



Thanks!



Éric S. Périard
Laboratory Administrator | Administrateur de laboratoire
Canadian Cyber Incident Response Centre | Centre canadien de réponse aux 
incidents cybernétiques
Public Safety Canada | Sécurité publique Canada
[email protected]<mailto:[email protected]> | 
[email protected]<mailto:[email protected]>
PublicSafety.gc.ca<http://www.publicsafety.gc.ca/prg/em/ccirc/index-eng.aspx>| 
SecuritePublique.gc.ca<http://www.publicsafety.gc.ca/prg/em/ccirc/index-fra.aspx>
Government of Canada | Gouvernement du Canada







_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to