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:
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
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 {
get() = false //
cookieBannersSection[CookieBannersSection.FEATURE_SETTING_GLOBAL_RULES_SUB_FRAMES]
== 1
val shouldEnableQueryParameterStripping: Boolean
- get() = false //
queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING] == "1"
+ get() = true //
queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING] == "1"
val shouldEnableQueryParameterStrippingPrivateBrowsing: Boolean
- get() = false //
queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING_PMB] == "1"
+ get() = true //
queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING_PMB] == "1"
val queryParameterStrippingAllowList: String
get() = "" //
queryParameterStrippingSection[QUERY_PARAMETER_STRIPPING_ALLOW_LIST].orEmpty()
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1b3279094367d9d3e1ca6eb461962f3a66f12714
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1b3279094367d9d3e1ca6eb461962f3a66f12714
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits