Skip to content
Snippets Groups Projects
Unverified Commit 6afc782a authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40072: Disable Tracking Protection

parent 296278f0
No related branches found
No related tags found
1 merge request!38Bug 40072: Disable Tracking Protection
......@@ -387,7 +387,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
var shouldUseTrackingProtection by booleanPreference(
appContext.getPreferenceKey(R.string.pref_key_tracking_protection),
default = true
default = false
)
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment