[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0esr-16.0-1] fixup! [android] Disable features and functionality



Title: GitLab

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:

Changes:

  • mobile/android/fenix/app/nimbus.fml.yaml
    ... ... @@ -1095,7 +1095,7 @@ features:
    1095 1095
           enabled:
    
    1096 1096
             description: If true, Email Mask feature is enabled.
    
    1097 1097
             type: Boolean
    
    1098
    -        default: true
    
    1098
    +        default: false
    
    1099 1099
     
    
    1100 1100
       ip-protection:
    
    1101 1101
         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(
    2735 2735
          */
    
    2736 2736
         var isEmailMaskSuggestionEnabled by booleanPreference(
    
    2737 2737
             key = appContext.getPreferenceKey(R.string.pref_key_email_mask_suggestion),
    
    2738
    -        default = true,
    
    2738
    +        default = false,
    
    2739 2739
         )
    
    2740 2740
     
    
    2741 2741
         /**
    
    ... ... @@ -2743,7 +2743,7 @@ class Settings(
    2743 2743
          */
    
    2744 2744
         var shouldShowEmailMaskCfr by booleanPreference(
    
    2745 2745
             key = appContext.getPreferenceKey(R.string.pref_key_should_show_email_mask_cfr),
    
    2746
    -        default = true,
    
    2746
    +        default = false,
    
    2747 2747
         )
    
    2748 2748
     
    
    2749 2749
         /**
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx