Update 'user.js (less connections)'

This commit is contained in:
Narsil 2020-10-16 14:21:41 -04:00
parent 29062482ba
commit f420a299a9
1 changed files with 0 additions and 4 deletions

View File

@ -1889,10 +1889,6 @@ user_pref("browser.sessionstore.resume_session_once", false); // [DESKTOP]
// Pref : Disable geolocation
user_pref("geo.enabled", false);
// -------------------------------------
// Pref : Disable geographically specific results/search engines e.g. "browser.search.*.US", i.e. ignore all of Mozilla's various search engines in multiple locales
user_pref("browser.search.geoSpecificDefaults.url", "");
user_pref("browser.snippets.geoUrl", "");
// -------------------------------------
// Pref : Set preferred language for displaying web pages
user_pref("intl.accept_languages", "en-US, en");
// -------------------------------------