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:
Jonathan Straub 2021-03-30 14:22:39 +00:00
commit 59f9ca4fce

View file

@ -1893,7 +1893,7 @@ lockPref("dom.enable_user_timing", false);
// Pref : Disable Web Audio API
// https://bugzilla.mozilla.org/show_bug.cgi?id=1288359
// 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
lockPref("geo.wifi.logging.enabled", false);