f9d1edae22
correctly with Firefox 8 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=91
21 lines
925 B
JavaScript
21 lines
925 B
JavaScript
pref("browser.display.use_system_colors", true);
|
|
pref("general.smoothScroll", true);
|
|
pref("font.default", "sans-serif");
|
|
pref("font.default.x-western", "sans-serif");
|
|
pref("font.name.monospace.x-western", "monospace");
|
|
pref("font.name.monospace.x-unicode", "monospace");
|
|
pref("network.negotiate-auth.gsslib", "GSSAPI");
|
|
pref("print.print_edge_top", 14); // 1/100 of an inch
|
|
pref("print.print_edge_left", 16); // 1/100 of an inch
|
|
pref("print.print_edge_right", 16); // 1/100 of an inch
|
|
pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
|
pref("accessibility.typeaheadfind.soundURL", "default");
|
|
pref("browser.startup.homepage", "chrome://susefox/content/susefox.properties");
|
|
pref("startup.homepage_welcome_url", "");
|
|
pref("startup.homepage_override_url", "");
|
|
|
|
// do not disable system-global or app-global extensions
|
|
pref("extensions.autoDisableScopes", 3);
|
|
pref("extensions.shownSelectionUI", true);
|
|
|