Pier Angelo Vendrame pushed to branch tor-browser-150.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 636582ef by Pier Angelo Vendrame at 2026-05-13T14:45:15+02:00 fixup! TB 40933: Add tor-launcher functionality TB 44952: Fix the startup error with TOR_PROVIDER=none. - - - - - 1 changed file: - toolkit/components/tor-launcher/TorProviderNone.sys.mjs Changes: ===================================== toolkit/components/tor-launcher/TorProviderNone.sys.mjs ===================================== @@ -2,7 +2,8 @@ import { TorProviderBase } from "moz-src:///toolkit/components/tor-launcher/TorP const lazy = {}; ChromeUtils.defineESModuleGetters(lazy, { - TorLauncherUtil: "resource://gre/modules/TorLauncherUtil.sys.mjs", + TorLauncherUtil: + "moz-src:///toolkit/components/tor-launcher/TorLauncherUtil.sys.mjs", }); /** View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/636582ef... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/636582ef... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)