/* 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 */ defaultPref("browser.cache.disk.capacity", 1024); defaultPref("browser.cache.disk.smart_size.enabled", false); defaultPref("browser.cache.disk.smart_size.first_run", false); defaultPref("browser.cache.disk.smart_size.use_old_max", false); defaultPref("browser.download.useDownloadDir", false); defaultPref("browser.startup.homepage", "http://ccc-ffm.de/getting-started/"); defaultPref("privacy.donottrackheader.enabled", true);