summaryrefslogtreecommitdiffstats
path: root/ipa-client/firefox/README
blob: d12be6e50a4da89a610aa312c50edaa6bff03b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Firefox automatic configuration.

ipa.cfg needs to be installed in the Firefox root directory
(/usr/lib/firefox-version). It can be a symlink somewhere else. We install
the actual file into /usr/share/ipa.

ipa.js contains the javascript that sets the desired configuration.

The Firefox all.js needs to be modified to set:

pref('general.config.obscure_value', 0);
pref('general.config.filename', 'ipa.cfg');

First need to remove any existing values for these.

For more information on autoconfiguration, see:
http://mit.edu/~firefox/www/maintainers/autoconfig.html