Skip to content
Snippets Groups Projects
Verified Commit f84da9fc authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40185: [android] Use NimbusDisabled

Bug 43088: Re-enable query stripping for Android
parent a7bae415
Branches
Tags
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -663,10 +663,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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment