[tbb-commits] [tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
mikeperry at torproject.org
mikeperry at torproject.org
Wed Feb 11 22:54:00 UTC 2015
commit c8a640f0818a968170149dad9bd8ebc1198ee9f1
Author: Georg Koppen <gk at torproject.org>
Date: Fri Jan 30 16:13:06 2015 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
---
browser/app/profile/000-tor-browser.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index fd0a35c..dff718a 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -160,6 +160,11 @@ pref("layers.acceleration.disabled", true);
// in FF24. This is a dangerous combination (spotted by iSec)
pref("media.audio_data.enabled", false);
+// If true, remote JAR files will not be opened, regardless of content type
+// Patch done by Jeff Gibat (iSEC). We bind it to the security slider but allow
+// jar: in default mode.
+pref("network.jar.block-remote-files", false);
+
// Enable TLS 1.1 and 1.2:
// https://trac.torproject.org/projects/tor/ticket/11253
pref("security.tls.version.max", 3);
More information about the tbb-commits
mailing list