Skip to content

Commit

Permalink
1830: add media.eme.chromium-api.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Aug 6, 2017
1 parent 3970c1d commit ebcf5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit ebcf5be

Please sign in to comment.