For security reasons, we need to "lock" some of the preferences in Mozilla Firefox. We are running Windows XP and the latest version of Mozilla version 14.0.1. In particular some of the security preferences such as Security.ask_for_password
. If the user were to do about:config
, we would like the particular options to be greyed out so they cannot click on them.
I have read that this can be done by adding the following in:
\Mozilla Firefox\defaults\pref\test.js
preflock("security.enable_ssl3", false);
However, this does nothing.