You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
589 B
17 lines
589 B
4 years ago
|
# Mozilla User Preferences
|
||
|
|
||
|
/* Do not edit this file.
|
||
|
*
|
||
|
* If you make changes to this file while the browser is running,
|
||
|
* the changes will be overwritten when the browser exits.
|
||
|
*
|
||
|
* To make a manual change to preferences, you can visit the URL about:config
|
||
|
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
|
||
|
*/
|
||
|
|
||
|
user_pref("app.update.auto", false);
|
||
|
user_pref("browser.cache.disk.enable", false);
|
||
|
user_pref("browser.download.useDownloadDir", false);
|
||
|
user_pref("browser.shell.checkDefaultBrowser", false);
|
||
|
user_pref("network.cookie.prefsMigrated", true);
|