home *** CD-ROM | disk | FTP | other *** search
- pref("extensions.pyxpcom.embedded", $pyxpcomIsEmbedded);
-
- pref("security.warn_entering_secure", false);
- pref("security.warn_entering_weak", false);
- pref("security.warn_leaving_secure", false);
- pref("security.warn_submit_insecure", false);
- pref("security.warn_viewing_mixed", false);
-
- pref("general.useragent.vendor", "$shortAppName");
- pref("general.useragent.vendorSub", "$appVersion");
- pref("general.useragent.vendorComment", "$projectURL");
-
- /* debugging prefs */
- pref("browser.dom.window.dump.enabled", true);
- pref("javascript.options.showInConsole", true);
- pref("javascript.options.strict", true);
-
- /* Turn off the extension auto update stuff */
- pref("extensions.update.enabled", false);
- pref("extensions.update.autoUpdateEnabled", false);
- pref("extensions.update.notifyUser", false);
-