Created
June 2, 2019 15:10
-
-
Save palopezv/aa2160bde4b80e551177e189f9d0f253 to your computer and use it in GitHub Desktop.
Firefox Nightly Portable personal settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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", true); | |
user_pref("browser.cache.disk.enable", true); | |
user_pref("browser.download.useDownloadDir", false); | |
user_pref("browser.shell.checkDefaultBrowser", false); | |
user_pref("network.cookie.prefsMigrated", true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment