2 * (C) Copyright 2008 Jeremy Maitin-Shepard
4 * Use, modification, and distribution are subject to the terms specified in the
8 pref("app.vendorURL", "http://conkeror.org/");
9 pref("app.releaseNotesURL", "http://conkeror.org/BreakingChanges");
11 pref("browser.chromeURL", "chrome://conkeror-gui/content/conkeror.xul");
13 pref("accessibility.typeaheadfind", false);
15 // Make sure access keys do not override conkeror keys
16 pref("ui.key.generalAccessKey", 0);
19 /* Show error pages instead of an alert window. */
20 pref("browser.xul.error_pages.enabled", true);
22 /* Surely preferred by most Conkeror users */
23 pref("plugin.expose_full_path", true);
25 /* Disable useless warnings */
26 pref("general.warnOnAboutConfig", false);
27 pref("security.warn_entering_secure", false);
28 pref("security.warn_entering_weak", false);
29 pref("security.warn_leaving_secure", false);
30 pref("security.warn_submit_insecure", false);
31 pref("security.warn_viewing_mixed", false);
33 pref("extensions.getMoreExtensionsURL", "about:blank");
34 pref("extensions.update.url", "");
35 pref("extensions.dss.enabled", false);
36 pref("extensions.dss.switchPending", false);
39 /* FIXME: the following pref enables form autocompletion. enable it
40 /* when we have keyboard support for it. */
41 // pref("browser.formfill.enable", true);