Dan Ballard pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 3e9c57c8 by Dan Ballard at 2026-07-22T13:28:45-06:00 fixup! [android] Disable features and functionality TB 44758: Disable email mask feature - - - - - 2 changed files: - mobile/android/fenix/app/nimbus.fml.yaml - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt Changes: ===================================== mobile/android/fenix/app/nimbus.fml.yaml ===================================== @@ -1095,7 +1095,7 @@ features: enabled: description: If true, Email Mask feature is enabled. type: Boolean - default: true + default: false ip-protection: description: Feature to enable IP Protection (VPN) for users on Firefox on Android. ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt ===================================== @@ -2735,7 +2735,7 @@ class Settings( */ var isEmailMaskSuggestionEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_email_mask_suggestion), - default = true, + default = false, ) /** @@ -2743,7 +2743,7 @@ class Settings( */ var shouldShowEmailMaskCfr by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_should_show_email_mask_cfr), - default = true, + default = false, ) /** View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3e9c57c8... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3e9c57c8... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Dan Ballard (@dan)