Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor
Project / Applications / Tor Browser
Commits:
1323ab5f by Pier Angelo Vendrame at 2025-01-22T12:11:01+01:00
fixup! TB 42247: Android helpers for the TorProvider
Add a missing return to #getAllSettings().
- - - - -
1 changed file:
- toolkit/modules/TorAndroidIntegration.sys.mjs
Changes:
=====================================
toolkit/modules/TorAndroidIntegration.sys.mjs
=====================================
@@ -97,6 +97,7 @@ class TorAndroidIntegrationImpl {
#getAllSettings() {
const settings = lazy.TorSettings.getSettings();
settings.quickstart = { enabled: lazy.TorConnect.quickstart };
+ return settings;
}
observe(subj, topic) {
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1323ab5f6abac25adff48efb9e1877053e297bd1
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1323ab5f6abac25adff48efb9e1877053e297bd1
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]