Kimarite

etc/firefox/pref - firefox.js

Oct 19th, 2011
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  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. // Prevent EULA dialog to popup on first run
  19. pref("browser.EULA.override", true);
  20.  
  21. // identify default locale to use if no /usr/lib/firefox-addons/searchplugins/LOCALE
  22. // exists for the current used LOCALE
  23. pref("distribution.searchplugins.defaultLocale", "en-US");
  24.  
  25. // Enable the NetworkManager integration
  26. pref("toolkit.networkmanager.disable", false);
  27.  
Advertisement
Add Comment
Please, Sign In to add comment