Skip to content
Snippets Groups Projects
prefs.js 942 B
Newer Older
  • Learn to ignore specific revisions
  • 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
    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", "data:text/plain,browser.startup.homepage=http://ccc-ffm.de/getting-started/");
    
    schiermi's avatar
    schiermi committed
    defaultPref("privacy.donottrackheader.enabled", true);