[tbb-commits] [torbutton/master] fixup! Bug 9387: Bind jar: pref to security slider
mikeperry at torproject.org
mikeperry at torproject.org
Thu Feb 12 03:03:40 UTC 2015
commit 1e727db8e063928d48d1bfbcdedd7bc7f64295f1
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Wed Feb 11 16:54:29 2015 -0800
fixup! Bug 9387: Bind jar: pref to security slider
Fix a missing :.
---
src/chrome/content/torbutton.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 752206e..2fa7189 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -2161,7 +2161,7 @@ var torbutton_sec_ml_bool_prefs = {
"javascript.options.asmjs" : false,
"noscript.forbidMedia" : true,
"media.webaudio.enabled" : false,
- "network.jar.block-remote-files", true,
+ "network.jar.block-remote-files" : true,
// XXX: pref for disabling MathML is missing
};
More information about the tbb-commits
mailing list