Commit 4ac14f99 authored by Arthur Edelstein's avatar Arthur Edelstein Committed by Georg Koppen
Browse files

Bug 20123: Always block remote jar files

parent 2d6ff800
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -288,9 +288,8 @@ pref("layers.acceleration.disabled", true);
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);
// Patch written by Jeff Gibat (iSEC).
pref("network.jar.block-remote-files", true);

// Enable TLS 1.1 and 1.2:
// https://trac.torproject.org/projects/tor/ticket/11253