user.js

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

commit 2182bdfbe81410513ac1a58c675ad9d5a798580a
parent 21b5c5dea7d35e0e9e14dcecdb67e978f546af09
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Thu, 10 Aug 2017 14:24:13 +0200

1840 - fixup
Diffstat:
Muser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -942,7 +942,6 @@ 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 ***/ user_pref("media.gmp-gmpopenh264.enabled", false); // (hidden pref) user_pref("media.gmp-gmpopenh264.autoupdate", false);