Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
fenix
Commits
6afc782a
Unverified
Commit
6afc782a
authored
Oct 07, 2020
by
Matthew Finkel
Browse files
Bug 40072: Disable Tracking Protection
parent
296278f0
Pipeline
#1315
failed with stages
in 10 minutes and 17 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/utils/Settings.kt
View file @
6afc782a
...
...
@@ -387,7 +387,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
var
shouldUseTrackingProtection
by
booleanPreference
(
appContext
.
getPreferenceKey
(
R
.
string
.
pref_key_tracking_protection
),
default
=
tru
e
default
=
fals
e
)
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment