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 5d0ba5832874657ff084fb5f5f3c2421a29e0f86 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Nov 17 17:55:42 2022 +0100
fixup! Bug 40125: Expose Security Level pref in GeckoView
Bug 41460: Migrate preferences to the name we will user for 12.0. --- .../src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java b/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java index 5b54447cb6e6..be5b49d6fda8 100644 --- a/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java +++ b/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java @@ -551,7 +551,7 @@ public final class GeckoRuntimeSettings extends RuntimeSettings { /* package */ final Pref<Integer> mProcessCount = new Pref<>( "dom.ipc.processCount", 2); /* package */ final Pref<Integer> mTorSecurityLevel = new Pref<>( - "extensions.torbutton.security_slider", 4); + "browser.security_level.security_slider", 4); /* package */ final Pref<Integer> mSpoofEnglish = new Pref<>( "privacy.spoof_english", 0);