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

yawning at torproject.org yawning at torproject.org
Sun Dec 18 05:19:32 UTC 2016


commit d8c9273d27489353a6250a106c34951fc2aa4322
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Sun Dec 18 05:15:56 2016 +0000

    Set the security slider to "High" by default on a fresh install.
    
    Before really fixing #21011, at least set the security slider to a more
    sensible default ("High"), on a fresh install.  Users that update will
    see no difference, assuming they already set a value.
---
 ChangeLog                  | 1 +
 data/installer/mozilla.cfg | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 68d5376..956608f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Changes in version 0.0.3 - UNRELEASED:
    on certain pages.
  * Bug 20973: Silence Gdk warnings on systems with integrated png loader.
  * Bug 20806: Try even harder to exclude gstreamer.
+ * Set the security slider to "High" by default on a fresh install.
  * Store the version of the sandbox in the config file, and re-Sync() the
    config, and reinstall the `mozilla.cfg` when things change.
  * Include the git revision as a static asset, and display it as part of
diff --git a/data/installer/mozilla.cfg b/data/installer/mozilla.cfg
index 0943a24..1a63f7e 100644
--- a/data/installer/mozilla.cfg
+++ b/data/installer/mozilla.cfg
@@ -16,3 +16,6 @@ lockPref("extensions.torbutton.versioncheck_enabled", false);
 // Disable extension auto update.
 lockPref("extensions.update.enabled", false);
 lockPref("extensions.update.autoUpdateDefault", false);
+
+// Set the security slider to "High" by default.
+pref("extensions.torbutton.security_slider", 1);



More information about the tor-commits mailing list