Enable and document support for AutoConfig/MCD
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
firefox-3.0 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: firefox-3.0
Mozilla Firefox provides a mechanism allowing centralized auto-configuration known as AutoConfig, or "Mission Control Desktop." Some references:
https:/
http://
This is a useful feature to have in large installations of Ubuntu. It has at least two advantages over modifying /etc/firefox-
1. Configuration code can be fetched from a remote server when the browser is started;
2. The Javascript code can do a bit more than what is allowed in a prefs file, e.g. access environment variables with getenv() and use them in pref values.
The Ubuntu (Intrepid) firefox-3.0 package, however, does not appear amenable to the use of this mechanism. There is a firefox.cfg file in /usr/share/
I would like to see some sort of explicit AutoConfig support in firefox-3.0, ideally a situation where a typical institution need only modify files under /etc/firefox-3.0/ to get that up and running.