morgan pushed to branch tor-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
    ... ... @@ -2090,7 +2090,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
    2090 2090
          */
    
    2091 2091
         var enableUnifiedTrustPanel by booleanPreference(
    
    2092 2092
             key = appContext.getPreferenceKey(R.string.pref_key_enable_unified_trust_panel),
    
    2093
    -        default = FeatureFlags.UNIFIED_TRUST_PANEL,
    
    2093
    +        default = false
    
    2094 2094
         )
    
    2095 2095
     
    
    2096 2096
         /**