home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / firefox / pref / firefox.js
Encoding:
Text File  |  2006-12-12  |  952 b   |  27 lines

  1. // This is the Debian specific preferences file for Mozilla Firefox
  2. // You can make any change in here, it is the purpose of this file.
  3. // You can, with this file and all files present in the
  4. // /etc/firefox/pref directory, override any preference that is
  5. // present in /usr/lib/firefox/defaults/pref directory.
  6. // While your changes will be kept on upgrade if you modify files in
  7. // /etc/firefox/pref, please note that they won't be kept if you
  8. // do them in /usr/lib/firefox/defaults/pref.
  9.  
  10. pref("extensions.update.enabled", true);
  11.  
  12. // Use LANG environment variable to choose locale
  13. pref("intl.locale.matchOS", true);
  14.  
  15. // Disable default browser checking.
  16. pref("browser.shell.checkDefaultBrowser", false);
  17.  
  18. // Set the UserAgent extra comment
  19. pref("general.useragent.extra.firefoxComment", "(Linux Mint)");
  20.  
  21. // Activate the backspace key for browsing back 
  22. pref("browser.backspace_action", 0);
  23.  
  24. // Disable ipv6
  25. pref("network.dns.disableIPv6", true);
  26.  
  27.