Loading mobile/android/fenix/app/nimbus.fml.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -1111,7 +1111,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. Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt +2 −2 Original line number Diff line number Diff line Loading @@ -2719,7 +2719,7 @@ class Settings( */ var isEmailMaskSuggestionEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_email_mask_suggestion), default = true, default = false, ) /** Loading @@ -2727,7 +2727,7 @@ class Settings( */ var shouldShowEmailMaskCfr by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_should_show_email_mask_cfr), default = true, default = false, ) /** Loading Loading
mobile/android/fenix/app/nimbus.fml.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -1111,7 +1111,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. Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt +2 −2 Original line number Diff line number Diff line Loading @@ -2719,7 +2719,7 @@ class Settings( */ var isEmailMaskSuggestionEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_email_mask_suggestion), default = true, default = false, ) /** Loading @@ -2727,7 +2727,7 @@ class Settings( */ var shouldShowEmailMaskCfr by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_should_show_email_mask_cfr), default = true, default = false, ) /** Loading