[tor-commits] [tor-browser/tor-browser-24.1.0esr-1] fixup! Tor Browser's Firefox preference overrides.

mikeperry at torproject.org mikeperry at torproject.org
Tue Nov 12 22:44:48 UTC 2013


commit 42b6db9860415851ffaef32f1640ea0c912ddeca
Author: Mike Perry <mikeperry-git at 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);



More information about the tor-commits mailing list