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
1 changed file:
Changes:
... | ... | @@ -929,7 +929,9 @@ function startup() { |
929 | 929 | // submits the ping if it has data and has been about 24 hours since the
|
930 | 930 | // last submission.
|
931 | 931 | CaptchaDetectionPingUtils.init();
|
932 | + });
|
|
932 | 933 | |
934 | + InitLater(() => {
|
|
933 | 935 | RemoteSettings.pollChanges({ trigger: "timer" });
|
934 | 936 | });
|
935 | 937 |