firefox-suse-default-prefs.js
author Wolfgang Rosenauer <wr@rosenauer.org>
Fri, 11 Nov 2011 22:59:42 +0100
changeset 14 fbb4b168cfe2
parent 12 546d79ca27e7
child 16 2dc87373a3a6
permissions -rw-r--r--
"disable update check" should ignore system-global and app-global addons

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);