aboutsummaryrefslogblamecommitdiffstats
path: root/data/default-prefs-toolkit.js
blob: 3d78670eb2b32905dfc5dac146b8e5376ed0563d (plain) (tree)
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", false);
pref("accessibility.typeaheadfindsea.autostart", true);
pref("accessibility.typeaheadfindsea.linksonly", true);

// disable image resizing
pref("browser.enable_automatic_image_resizing", false);