Files
nix-config/home-manager/firefox/config/tracking-webaudio.nix
2024-09-15 19:48:43 +02:00

8 lines
273 B
Nix

{
# Disable webaudio API
# Disable webaudio API to prevent browser fingerprinting. See Mozilla Bug #1288359
# (https://bugzilla.mozilla.org/show_bug.cgi?id=1288359). This can break web apps,
# like Discord, which rely on the API.
"dom.webaudio.enabled" = true;
}