aboutsummaryrefslogtreecommitdiffstats
path: root/data/default-prefs-toolkit.js
blob: d483c856dcde02222a0ab456e5d774696e304082 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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);