Changed WebAudio pref to default to false instead of locking it
This enables users to enable it manually in their about:config instead of having to edit this file everytime after an update. Helpful for librewolf-community/browser/linux#173
This commit is contained in:
parent
241e6f4d73
commit
b27477ceb9
1 changed files with 1 additions and 1 deletions
|
|
@ -1893,7 +1893,7 @@ lockPref("dom.enable_user_timing", false);
|
||||||
// Pref : Disable Web Audio API
|
// Pref : Disable Web Audio API
|
||||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1288359
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=1288359
|
||||||
// Avoid fingerprinting
|
// Avoid fingerprinting
|
||||||
lockPref("dom.webaudio.enabled", false);
|
defaultPref("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", false);
|
lockPref("geo.wifi.logging.enabled", false);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue