diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:43 +0000 |
commit | 0f82f99c2dd17387fa710f8fdd83dde37254183e (patch) | |
tree | 8cc6e2965debecf430fbe9344b6afd7427aba9f4 /debian | |
parent | user.js: Reverting to default WebRTC preferences. (diff) | |
download | firefox-0f82f99c2dd17387fa710f8fdd83dde37254183e.tar.xz firefox-0f82f99c2dd17387fa710f8fdd83dde37254183e.zip |
user.js: Enabling DRM opt-in.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/pref/user.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index a28b232aa9..33a037da78 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -517,14 +517,6 @@ user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!"); /* 2021: disable widevine CDM (Content Decryption Module) * [NOTE] This is covered by the EME master switch (2022) ***/ // user_pref("media.gmp-widevinecdm.enabled", false); -/* 2022: disable all DRM content (EME: Encryption Media Extension) - * Optionally hide the setting which also disables the DRM prompt - * [SETUP-WEB] e.g. Netflix, Amazon Prime, Hulu, HBO, Disney+, Showtime, Starz, DirectTV - * [SETTING] General>DRM Content>Play DRM-controlled content - * [TEST] https://bitmovin.com/demos/drm - * [1] https://www.eff.org/deeplinks/2017/10/drms-dead-canary-how-we-just-lost-web-what-we-learned-it-and-what-we-need-do-next ***/ -user_pref("media.eme.enabled", false); - // user_pref("browser.eme.ui.enabled", false); /*** [SECTION 2400]: DOM (DOCUMENT OBJECT MODEL) ***/ user_pref("_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!"); |