home *** CD-ROM | disk | FTP | other *** search
- // This is the Debian specific preferences file for Mozilla Firefox
- // You can make any change in here, it is the purpose of this file.
- // You can, with this file and all files present in the
- // /etc/firefox/pref directory, override any preference that is
- // present in /usr/lib/firefox/defaults/pref directory.
- // While your changes will be kept on upgrade if you modify files in
- // /etc/firefox/pref, please note that they won't be kept if you
- // do them in /usr/lib/firefox/defaults/pref.
-
- pref("extensions.update.enabled", true);
-
- // Use LANG environment variable to choose locale
- pref("intl.locale.matchOS", true);
-
- // Disable default browser checking.
- pref("browser.shell.checkDefaultBrowser", false);
-
- // Set the UserAgent extra comment
- pref("general.useragent.extra.firefoxComment", "(Linux Mint)");
-
- // Activate the backspace key for browsing back
- pref("browser.backspace_action", 0);
-
- // Disable ipv6
- pref("network.dns.disableIPv6", true);
-
-