[tor-commits] [sandboxed-tor-browser/master] fixup! Set the security slider to "High" by default on a fresh install.

yawning at torproject.org yawning at torproject.org
Wed Dec 21 03:00:09 UTC 2016


commit dc12dd1503922f6a7538df58b4d8c8a836907d3c
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Wed Dec 21 02:59:49 2016 +0000

    fixup! Set the security slider to "High" by default on a fresh install.
---
 data/installer/mozilla.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/installer/mozilla.cfg b/data/installer/mozilla.cfg
index 1a63f7e..4322906 100644
--- a/data/installer/mozilla.cfg
+++ b/data/installer/mozilla.cfg
@@ -18,4 +18,4 @@ lockPref("extensions.update.enabled", false);
 lockPref("extensions.update.autoUpdateDefault", false);
 
 // Set the security slider to "High" by default.
-pref("extensions.torbutton.security_slider", 1);
+defaultPref("extensions.torbutton.security_slider", 1);



More information about the tor-commits mailing list