Bug 1419507 - Disable WebRTC by default in SeaMonkey until bug 956854 is fixed. r=frg

This commit is contained in:
Isaac Schemm 2017-11-24 17:26:59 +01:00
Родитель ca1254bb3a
Коммит 76add5eb03
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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