Bug 1419507 - Disable WebRTC by default in SeaMonkey until bug 956854 is fixed. r=frg
This commit is contained in:
Родитель
ca1254bb3a
Коммит
76add5eb03
|
@ -748,6 +748,10 @@ pref("plugin.disable", false);
|
|||
|
||||
// Digital Rights Management, Encrypted Media Extensions
|
||||
pref("media.eme.enabled", false);
|
||||
|
||||
// Turn off WebRTC by default (bug 1419507)
|
||||
pref("media.navigator.enabled", false);
|
||||
pref("media.peerconnection.enabled", false);
|
||||
|
||||
#ifndef XP_MACOSX
|
||||
// Restore the spinner that was removed in bug 481359
|
||||
|
|
Загрузка…
Ссылка в новой задаче