[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 # Mozilla User Preferences 2 3 /* Do not edit this file. 4 * 5 * If you make changes to this file while the browser is running, 6 * the changes will be overwritten when the browser exits. 7 * 8 * To make a manual change to preferences, you can visit the URL about:config 9 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs 10 */ 11 12 user_pref("browser.cache.disk.capacity", 500); 13 user_pref("browser.preferences.lastpanel", 0); 14 user_pref("browser.search.selectedEngine", "Google"); 15 user_pref("browser.startup.homepage_override.mstone", "rv:1.7.5"); 16 user_pref("extensions.disabledObsolete", true); 17 user_pref("extensions.lastAppVersion", "1.0"); 18 user_pref("network.cookie.prefsMigrated", true); 19 user_pref("signon.rememberSignons", false); 20 user_pref("browser.safebrowsing.enabled", false); 21 user_pref("browser.safebrowsing.malware.enabled", false); 22
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |