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
 
1 changed file:
Changes:
| ... | ... | @@ -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()
 |