blob: 4e6f0df9835bd826e65347236117af0cdfc83d35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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);
pref("accessibility.typeaheadfindsea.linksonly", true);
// disable image resizing
pref("browser.enable_automatic_image_resizing", false);
|