user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ebcf5bec9e726c5d81972f07747c655e80ad6798
parent 3970c1db9eab917902b13d8afb5df66a73dbfb88
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  7 Aug 2017 10:33:16 +1200

1830: add media.eme.chromium-api.enabled
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -952,6 +952,7 @@ user_pref("media.gmp-widevinecdm.autoupdate", false); /* 1830: disable all DRM content (EME: Encryption Media Extension) [SETUP] ***/ user_pref("media.eme.enabled", false); // Options>Content>Play DRM Content user_pref("browser.eme.ui.enabled", false); // hides "Play DRM Content" checkbox, restart required +user_pref("media.eme.chromium-api.enabled", false); // (FF55+) /* 1840: disable the OpenH264 Video Codec by Cisco to "Never Activate" * and disable pings to the external update/download server * This is the bundled codec used for video chat in WebRTC ***/