blob: c754dc3e0a3085b62a526c23ff9bc1363c9ca2ea (
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);
pref("accessibility.typeaheadfindsea.autostart", true);
|