morgan pushed to branch tor-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
7966a205
by Dan Ballard at 2025-10-15T13:18:10+00:00
1 changed file:
Changes:
... | ... | @@ -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 | /**
|