mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
75 deprecated
This commit is contained in:
parent
97c5378e52
commit
deae6e14f9
8
user.js
8
user.js
@ -158,12 +158,11 @@ user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/
|
|||||||
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
||||||
user_pref("geo.provider.use_corelocation", false); // [MAC]
|
user_pref("geo.provider.use_corelocation", false); // [MAC]
|
||||||
user_pref("geo.provider.use_gpsd", false); // [LINUX]
|
user_pref("geo.provider.use_gpsd", false); // [LINUX]
|
||||||
/* 0205: disable GeoIP-based search results
|
/* 0205: disable GeoIP-based search defaults
|
||||||
* [NOTE] May not be hidden if Firefox has changed your settings due to your locale
|
* [NOTE] May not be hidden if Firefox has changed your settings due to your locale
|
||||||
* [1] https://trac.torproject.org/projects/tor/ticket/16254
|
* [1] https://trac.torproject.org/projects/tor/ticket/16254
|
||||||
* [2] https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_geolocation-for-default-search-engine ***/
|
* [2] https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_geolocation-for-default-search-engine ***/
|
||||||
user_pref("browser.search.region", "US"); // [HIDDEN PREF]
|
user_pref("browser.search.region", "US"); // [HIDDEN PREF]
|
||||||
user_pref("browser.search.geoip.url", "");
|
|
||||||
/* 0206: disable geographically specific results/search engines e.g. "browser.search.*.US"
|
/* 0206: disable geographically specific results/search engines e.g. "browser.search.*.US"
|
||||||
* i.e. ignore all of Mozilla's various search engines in multiple locales ***/
|
* i.e. ignore all of Mozilla's various search engines in multiple locales ***/
|
||||||
user_pref("browser.search.geoSpecificDefaults", false);
|
user_pref("browser.search.geoSpecificDefaults", false);
|
||||||
@ -1721,6 +1720,11 @@ user_pref("privacy.userContext.longPressBehavior", 2);
|
|||||||
// [-] https://bugzilla.mozilla.org/1477756
|
// [-] https://bugzilla.mozilla.org/1477756
|
||||||
user_pref("webgl.disable-extensions", true);
|
user_pref("webgl.disable-extensions", true);
|
||||||
// * * * /
|
// * * * /
|
||||||
|
// FF75
|
||||||
|
// 0205: disable GeoIP-based search defaults URL
|
||||||
|
// [-] https://bugzilla.mozilla.org/1589618
|
||||||
|
user_pref("browser.search.geoip.url", "");
|
||||||
|
// * * * /
|
||||||
// ***/
|
// ***/
|
||||||
|
|
||||||
/* END: internal custom pref to test for syntax errors ***/
|
/* END: internal custom pref to test for syntax errors ***/
|
||||||
|
Loading…
Reference in New Issue
Block a user