[tbb-commits] [tor-browser] 03/04: fixup! Bug 25658: Replace security slider with security level UI

gitolite role git at cupani.torproject.org
Fri Nov 18 11:51:23 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-91.13.0esr-11.5-1
in repository tor-browser.

commit 295f8a0f74c7eb904182e029911c6e31c8017670
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Thu Nov 17 18:08:13 2022 +0100

    fixup! Bug 25658: Replace security slider with security level UI
    
    Bug 41460: Migrate preferences to the name we will user for 12.0.
---
 browser/components/securitylevel/content/securityLevel.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/components/securitylevel/content/securityLevel.js b/browser/components/securitylevel/content/securityLevel.js
index 95770dbc6bed..aeb810169abc 100644
--- a/browser/components/securitylevel/content/securityLevel.js
+++ b/browser/components/securitylevel/content/securityLevel.js
@@ -20,8 +20,8 @@ ChromeUtils.defineModuleGetter(
   Getters and Setters for relevant torbutton prefs
 */
 const SecurityLevelPrefs = {
-  security_slider_pref : "extensions.torbutton.security_slider",
-  security_custom_pref : "extensions.torbutton.security_custom",
+  security_slider_pref : "browser.security_level.security_slider",
+  security_custom_pref : "browser.security_level.security_custom",
 
   get securitySlider() {
     try {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list