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:
Jonathan Straub 2021-03-30 16:21:15 +02:00
parent 241e6f4d73
commit b27477ceb9
No known key found for this signature in database
GPG key ID: 0F7A499C9D1D3F91

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);