Unverified Commit 58c7c6e4 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40072: Disable Tracking Protection

parent 185ce4a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {

    var shouldUseTrackingProtection by booleanPreference(
        appContext.getPreferenceKey(R.string.pref_key_tracking_protection),
        default = true
        default = false
    )

    /**