commit 102676cb7ebc3bdbef21cce20516a50788c5e416 Author: Mike Perry mikeperry-git@torproject.org Date: Wed Nov 12 16:19:56 2014 -0800
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug #13742: Always enforce third party isolation. --- 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 83b79b2..b6930a4 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -93,6 +93,7 @@ pref("security.enable_tls_session_tickets", false); pref("network.http.spdy.enabled", false); // Stores state and may have keepalive issues (both fixable) pref("network.http.spdy.enabled.v2", false); // Seems redundant, but just in case pref("network.http.spdy.enabled.v3", false); // Seems redundant, but just in case +pref("privacy.thirdparty.isolate", 2); // Always enforce third party isolation
// Proxy and proxy security pref("network.proxy.socks", "127.0.0.1");
tor-commits@lists.torproject.org