commit 42b6db9860415851ffaef32f1640ea0c912ddeca Author: Mike Perry mikeperry-git@torproject.org Date: Tue Nov 12 14:41:29 2013 -0800
fixup! Tor Browser's Firefox preference overrides.
Disable WebRTC interfaces via pref. We also disable via compile time, but it's not clear all of the webidl's will be removed unless this pref is also false. --- browser/app/profile/000-tor-browser.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index 2120a07..ccd43ca 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -92,6 +92,7 @@ pref("network.protocol-handler.warn-external.snews", true); pref("plugins.click_to_play", true); pref("plugin.state.flash", 1); pref("plugins.hide_infobar_for_missing_plugin", true); +pref("media.peerconnection.enabled", false); // Disable WebRTC interfaces
// Network and performance pref("network.http.pipelining", true);