Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Webb
Tor Browser
Commits
8fe3191e
Commit
8fe3191e
authored
5 years ago
by
Matthew Finkel
Committed by
Georg Koppen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Bug 25741 - TBA: Add mobile-override of 000-tor-browser prefs
parent
726047a4
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mobile/android/app/000-tor-browser-android.js
+4
-5
4 additions, 5 deletions
mobile/android/app/000-tor-browser-android.js
with
4 additions
and
5 deletions
mobile/android/app/000-tor-browser-android.js
+
4
−
5
View file @
8fe3191e
...
...
@@ -23,7 +23,6 @@ pref("webchannel.allowObject.urlWhitelist", "");
// Disable browser auto updaters
pref
(
"
app.update.auto
"
,
false
);
pref
(
"
app.update.enabled
"
,
false
);
pref
(
"
browser.startup.homepage_override.mstone
"
,
"
ignore
"
);
// Clear data on quit
...
...
@@ -39,10 +38,6 @@ pref("privacy.clearOnShutdown.siteSettings",true);
// Disable Control media casting & mirroring features
pref
(
"
browser.casting.enabled
"
,
false
);
pref
(
"
browser.mirroring.enabled
"
,
false
);
// Disable autoplay
pref
(
"
media.autoplay.enabled
"
,
false
);
// controls if we want camera support
pref
(
"
device.camera.enabled
"
,
false
);
...
...
@@ -62,3 +57,7 @@ pref("media.hls.enabled", false);
// Inherit locale from the OS, used for multi-locale builds
pref
(
"
intl.locale.requested
"
,
""
);
// Disable WebAuthn. It requires Google Play Services, so it isn't
// available, but avoid any potential problems.
pref
(
"
security.webauth.webauthn_enable_android_fido2
"
,
false
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment