Remove the DRM popup from firefox

This commit is contained in:
Emi Simpson 2023-01-11 15:00:08 -05:00
parent ad092a0943
commit 3444c9484e
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ pkgs: {
"browser.startup.homepage" = "https://ipfs.io/ipfs/QmcnP6Fa2cs8SMLAMC12caF1pFoso4ZKU8FLKagFtKGfa1";
"browser.cache.disk.capacity" = 536870912; # 1 GiB
"extensions.pocket.enabled" = false;
"browser.eme.ui.enabled" = false; # DRM popup
};
search.force = true;
search.default = "DuckDuckGo";