firefox: media.setsinkid.enabled

This commit is contained in:
Sean Buckley 2021-11-10 13:06:10 -05:00
parent f03cb03606
commit aae6920c41

View file

@ -58,6 +58,7 @@ with lib;
Preferences = {
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
"browser.contentblocking.category" = { Status = "locked"; Value = "strict"; };
"media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice
"network.IDN_show_punycode" = { Status = "locked"; Value = true; };
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
};