From 9ebe7e83455162921d3d669c13cdba5519991ad8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 28 Feb 2025 17:51:14 +0200 Subject: [PATCH] firefox: disable FB container and DRM --- etc/firefox/policies/policies.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 34e672cd..117a90b9 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -225,13 +225,14 @@ "Value": true }, "EncryptedMediaExtensions": { - "Enabled": true, + "Enabled": false, "Locked": false }, "ExtensionSettings": { "@contain-facebook": { + "blocked_install_message": "Redundant with strict tracking protection and Privacy Badger", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/facebook-container/latest.xpi", - "installation_mode": "force_installed" + "installation_mode": "blocked" }, "@testpilot-containers": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi", @@ -648,6 +649,12 @@ "Type": "number", "Value": 5 }, + "media.eme.enabled": { + "Comment": "Resets DRM to disabled on start.", + "Status": "user", + "Type": "boolean", + "Value": false + }, "network.IDN_show_punycode": { "Comment": "Protection against identically looking unicode domain names", "Status": "locked",