Disable geolocation console-logging

Looks like this was accidentally set to `true` at some point.
This commit is contained in:
Shreyas Minocha 2020-06-29 15:24:45 +05:30
parent 0b2f1ea6ff
commit cb6b223ec8
No known key found for this signature in database
GPG key ID: 3740FE9FC5772203

View file

@ -1884,7 +1884,7 @@ lockPref("dom.enable_user_timing", false);
lockPref("dom.webaudio.enabled", false);
// Pref : When geolocation is enabled, don't log geolocation requests to the console
lockPref("geo.wifi.logging.enabled", true);
lockPref("geo.wifi.logging.enabled", false);
// Pref : Disable "beacon" asynchronous HTTP transfers (used for analytics)
// https://developer.mozilla.org/en-US/docs/Web/API/navigator.sendBeacon