Skip to content
Snippets Groups Projects
Commit 4f230f03 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 15533: Restore default security level

We changed the position of the security levels ("High" is now on top
and "Low" on bottom) but forgot to adapt the logic responsible for
restoring the default one (i.e. "Low").
parent fc0c8ed7
Branches
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@ function torbutton_prefs_reset_defaults() {
// Resetting the Security Slider preferences
o_torprefs.setBoolPref('security_custom', false);
o_torprefs.setIntPref('security_slider', 1);
o_torprefs.setIntPref('security_slider', 4);
chrome.torbutton_update_security_slider();
torbutton_log(4, "Preferences reset to defaults");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment