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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
61321900
Verified
Commit
61321900
authored
May 8, 2024
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
Bug 42652: [android] Pass the list of supported languages to GeckoView.
It will be used to prevent leaks about regional preferences.
parent
988997dc
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1222
Bug 43166: Rebased alpha onto 128.3.0esr
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/gecko/GeckoProvider.kt
+2
-0
2 additions, 0 deletions
...pp/src/main/java/org/mozilla/fenix/gecko/GeckoProvider.kt
with
2 additions
and
0 deletions
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/gecko/GeckoProvider.kt
+
2
−
0
View file @
61321900
...
...
@@ -15,6 +15,7 @@ import mozilla.components.experiment.NimbusExperimentDelegate
import
mozilla.components.lib.crash.handler.CrashHandlerService
import
mozilla.components.service.sync.autofill.GeckoCreditCardsAddressesStorageDelegate
import
mozilla.components.service.sync.logins.GeckoLoginStorageDelegate
import
org.mozilla.fenix.BuildConfig
import
org.mozilla.fenix.Config
import
org.mozilla.fenix.ext.components
import
org.mozilla.fenix.ext.settings
...
...
@@ -137,6 +138,7 @@ object GeckoProvider {
.
extensionsProcessEnabled
(
true
)
.
extensionsWebAPIEnabled
(
true
)
.
translationsOfferPopup
(
context
.
settings
().
offerTranslation
)
.
supportedLocales
(
BuildConfig
.
SUPPORTED_LOCALE_ARRAY
.
toList
())
.
build
()
}
}
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
sign in
to comment