Disable geolocation console-logging
Looks like this was accidentally set to `true` at some point.
This commit is contained in:
parent
0b2f1ea6ff
commit
cb6b223ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -1884,7 +1884,7 @@ lockPref("dom.enable_user_timing", false);
|
||||||
lockPref("dom.webaudio.enabled", false);
|
lockPref("dom.webaudio.enabled", false);
|
||||||
|
|
||||||
// Pref : When geolocation is enabled, don't log geolocation requests to the console
|
// 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)
|
// Pref : Disable "beacon" asynchronous HTTP transfers (used for analytics)
|
||||||
// https://developer.mozilla.org/en-US/docs/Web/API/navigator.sendBeacon
|
// https://developer.mozilla.org/en-US/docs/Web/API/navigator.sendBeacon
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue