Difference between revisions of "Firefox"
From John Freier
(Created page with ' == Locking Firefox Options == To lock Firefox options and prevent changes. Add '''general.config.obscure_value''' option in the preferences. Locations C:\Program Files (x86)…') |
(No difference)
|
Latest revision as of 11:26, 4 August 2014
Locking Firefox Options
To lock Firefox options and prevent changes. Add general.config.obscure_value option in the preferences.
Locations
C:\Program Files (x86)\Mozilla Firefox\defaults\pref\local-settings.js
Add the following line on top.
pref("general.config.obscure_value", 0);