blob: d483c856dcde02222a0ab456e5d774696e304082 (
plain) (
tree)
|
|
// enable plugin finder
pref("plugin.default_plugin_disabled", true);
// enable locale matching
pref("intl.locale.matchOS", true);
// enable fixed-up typeaheadfind extension
pref("accessibility.typeaheadfindsea", true);
// see bug #141963
pref("accessibility.typeaheadfindsea.autostart", false);
|