Skip to content
Snippets Groups Projects
prefs.js 893 B
Newer Older
schiermi's avatar
schiermi committed
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

# 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
 */
schiermi's avatar
schiermi committed
pref("browser.cache.disk.capacity", 1024);
pref("browser.cache.disk.smart_size.enabled", false);
pref("browser.cache.disk.smart_size.first_run", false);
pref("browser.cache.disk.smart_size.use_old_max", false);
pref("browser.download.useDownloadDir", false);
pref("privacy.donottrackheader.enabled", true);
schiermi's avatar
schiermi committed
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://ccc-ffm.de/getting-started/");