summaryrefslogtreecommitdiffstats
path: root/ipa-client/firefox/README
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/firefox/README')
-rw-r--r--ipa-client/firefox/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/ipa-client/firefox/README b/ipa-client/firefox/README
deleted file mode 100644
index 67013fcca..000000000
--- a/ipa-client/firefox/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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
-
-globalsetup.sh will change the default setup for all users and will
-lock the preferences. The downside is that rpm -V will show firefox as
-corrupt.
-
-usersetup.sh will change all existing profiles of the current user