Merge branch 'master' into 'master'
Changed WebAudio pref to default to false instead of locking it See merge request librewolf-community/settings!10
This commit is contained in:
commit
59f9ca4fce
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