mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 23:13:38 +02:00
resolve conflicts
This commit is contained in:
parent
3e6c32ad8a
commit
601132765f
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -168,7 +168,7 @@ user_pref("intl.regional_prefs.use_os_locales", false);
|
|||
* Optionally enable logging to the console (defaults to false) ***/
|
||||
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||
// user_pref("geo.wifi.logging.enabled", true); // [HIDDEN PREF]
|
||||
/* 0211: don't use the OS's geolocation service ***/
|
||||
/* 0211: disable using the OS's geolocation service ***/
|
||||
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
||||
user_pref("geo.provider.use_corelocation", false); // [MAC]
|
||||
user_pref("geo.provider.use_gpsd", false); // [LINUX]
|
||||
|
|
Loading…
Add table
Reference in a new issue