| ▲ | pkulak 8 hours ago | |
I use a Firefox preference to pin my location to a spot near, but not at, my house: user_pref("geo.provider.network.url", 'data:application/json,{"location": {"lat": 45.0, "lng": -122.0}, "accuracy": 128.0}'); I _believe_ this also stops wifi data from leaking anywhere. | ||
| ▲ | notafox 6 hours ago | parent | next [-] | |
Also, I see options:
Some say[2][3], use_ options take precedence over network.url, so you need to set those to false.It also appears[3][4], that setting geo.provider.testing to true might be required. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1063572 [2] https://stackoverflow.com/questions/24932199/how-to-change-f... | ||
| ▲ | flutas 6 hours ago | parent | prev [-] | |
There's also a plugin that allows varying levels of accuracy per-site. - LocationGuard chrome: https://chromewebstore.google.com/detail/location-guard-v3/h... firefox: https://addons.mozilla.org/en-US/firefox/addon/location-guar... | ||