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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.2.0esr-14.0-1] fixup! Bug 40185: [android] Use NimbusDisabled



Title: GitLab

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

Commits:

  • 1b327909
    by cypherpunks1 at 2024-09-04T18:35:18+00:00
    fixup! Bug 40185: [android] Use NimbusDisabled
    
    Bug 43088: Re-enable query stripping for Android
    

1 changed file:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
    ... ... @@ -698,10 +698,10 @@ class Settings(private val appContext: Context) : PreferencesHolder {
    698 698
             get() = false // cookieBannersSection[CookieBannersSection.FEATURE_SETTING_GLOBAL_RULES_SUB_FRAMES] == 1
    
    699 699
     
    
    700 700
         val shouldEnableQueryParameterStripping: Boolean
    
    701
    -        get() = false // queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING] == "1"
    
    701
    +        get() = true // queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING] == "1"
    
    702 702
     
    
    703 703
         val shouldEnableQueryParameterStrippingPrivateBrowsing: Boolean
    
    704
    -        get() = false // queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING_PMB] == "1"
    
    704
    +        get() = true // queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING_PMB] == "1"
    
    705 705
     
    
    706 706
         val queryParameterStrippingAllowList: String
    
    707 707
             get() = "" // queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING_ALLOW_LIST].orEmpty()
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits