Skip to content

Instantly share code, notes, and snippets.

@palopezv
Created June 2, 2019 15:10
Show Gist options
  • Save palopezv/aa2160bde4b80e551177e189f9d0f253 to your computer and use it in GitHub Desktop.
Save palopezv/aa2160bde4b80e551177e189f9d0f253 to your computer and use it in GitHub Desktop.
Firefox Nightly Portable personal settings
# 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