Update 'user.js'

This commit is contained in:
Narsil 2020-10-16 14:23:56 -04:00
parent f420a299a9
commit 49a3372c5d
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 // Pref : Disable geolocation
user_pref("geo.enabled", false); 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 // Pref : Set preferred language for displaying web pages
user_pref("intl.accept_languages", "en-US, en"); user_pref("intl.accept_languages", "en-US, en");
// ------------------------------------- // -------------------------------------