OLD | NEW |
1 # Mozilla User Preferences | 1 # Mozilla User Preferences |
2 | 2 |
3 /* Do not edit this file. | 3 /* Do not edit this file. |
4 * | 4 * |
5 * If you make changes to this file while the application is running, | 5 * If you make changes to this file while the application is running, |
6 * the changes will be overwritten when the application exits. | 6 * the changes will be overwritten when the application exits. |
7 * | 7 * |
8 * To make a manual change to preferences, you can visit the URL about:config | 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 | 9 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs |
10 */ | 10 */ |
(...skipping 12 matching lines...) Expand all Loading... |
23 user_pref("browser.places.updateRecentTagsUri", false); | 23 user_pref("browser.places.updateRecentTagsUri", false); |
24 user_pref("browser.search.selectedEngine", "IMDB"); | 24 user_pref("browser.search.selectedEngine", "IMDB"); |
25 user_pref("browser.search.useDBForOrder", true); | 25 user_pref("browser.search.useDBForOrder", true); |
26 user_pref("browser.sessionstore.resume_session_once", true); | 26 user_pref("browser.sessionstore.resume_session_once", true); |
27 user_pref("browser.startup.homepage_override.mstone", "rv:1.9"); | 27 user_pref("browser.startup.homepage_override.mstone", "rv:1.9"); |
28 user_pref("extensions.enabledItems", "{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.0
"); | 28 user_pref("extensions.enabledItems", "{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.0
"); |
29 user_pref("extensions.lastAppVersion", "3.0"); | 29 user_pref("extensions.lastAppVersion", "3.0"); |
30 user_pref("intl.charsetmenu.browser.cache", "UTF-8"); | 30 user_pref("intl.charsetmenu.browser.cache", "UTF-8"); |
31 user_pref("network.cookie.prefsMigrated", true); | 31 user_pref("network.cookie.prefsMigrated", true); |
32 user_pref("urlclassifier.keyupdatetime.https://sb-ssl.google.com/safebrowsing/ne
wkey", 1213898771); | 32 user_pref("urlclassifier.keyupdatetime.https://sb-ssl.google.com/safebrowsing/ne
wkey", 1213898771); |
OLD | NEW |