
Pier Angelo Vendrame pushed to branch tor-browser-140.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: ebf21098 by Pier Angelo Vendrame at 2025-07-17T17:58:55+02:00 fixup! BB 42730: Patch RemoteSettings to use only local dumps as a data source TB 43852: Fix rebase errors. - - - - - 1 changed file: - mobile/shared/chrome/geckoview/geckoview.js Changes: ===================================== mobile/shared/chrome/geckoview/geckoview.js ===================================== @@ -929,7 +929,9 @@ function startup() { // submits the ping if it has data and has been about 24 hours since the // last submission. CaptchaDetectionPingUtils.init(); + }); + InitLater(() => { RemoteSettings.pollChanges({ trigger: "timer" }); }); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ebf21098... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ebf21098... You're receiving this email because of your account on gitlab.torproject.org.