User:Sardisson/Camino Prefs

From Camino Wiki
Jump to navigation Jump to search

N.B. Some of these prefs are dangerous and some do not work; they should not be changed.

Prefs whose default values are [in brackets] do not exist by default; i.e., they must be added via user.js

camino branch

  • camino.accept_languages - [non-existant]
    // sets the http accept-lang header; takes an ordered list of lang codes, e.g. nb,nn,no,en
    // use only when you need to override the automatically-determined setting from system prefs
  • camino.check_default_browser - true
  • camino.disable_bonjour - [false]
  • camino.enable_ad_blocking - false
  • camino.enable_plugins - true
  • camino.enable_tabjumpback - true
  • camino.prefs_version - 1
    // do not change
  • camino.remember_window_state - false
  • camino.tab_bar_always_visible - true
  • camino.use_system_proxy_settings true
  • camino.viewsource_in_tab - [false]
    View source in tab (defaults to false, aka window)
  • camino.warn_before_opening_feed - true
  • camino.warn_when_closing - true
  • camino.useragent.locale - [non-existant]
    similar to accept_languages, overrides UA string locale done by detection of the active Camino localization

chimera branch

  • chimera.log_js_to_console - false
  • chimera.store_passwords_with_keychain - true
  • chimera.search_page - ???

browser branch

  • browser.download.autoDispatch - false
    // open downloaded files automatically
  • browser.download.autoDownload - true
    // download without prompting for a location [xpfe]
  • browser.download.downloadRemoveAction
    // 0 - manual 1 - when Camino quits 2 - when the download finishes
  • browser.download.progressDnldDialog.bringToFront - true
    // bring download window to the front when each download starts
  • browser.download.progressDnldDialog.keepAlive - true
    // [xpfe] keep window open when done
  • browser.history_expire_days - 9
    // [shared pref, unlisted]
  • browser.reuse_window - [0]
    // links from external apps 0 - new window 1 - new tab 2 - reuse
    // everyone else uses browser.link.open_external
  • browser.sessionstore.resume_from_crash - true
    // give users the option of restoring windows after a crash
  • browser.tabs.startPage - 0
    // use homepage when opening new tabs 0 - no 1 - yes
  • browser.urlbar.autocomplete.enabled - true
    // disable autocomplete by setting to false

wallet branch

  • wallet.crypto.autocompleteoverride - [false]
    // override autocomplete=off (not tied to wallet code in Camino)