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