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
1 changed file:
Changes:
| ... | ... | @@ -2,7 +2,8 @@ import { TorProviderBase } from "moz-src:///toolkit/components/tor-launcher/TorP |
| 2 | 2 | |
| 3 | 3 | const lazy = {};
|
| 4 | 4 | ChromeUtils.defineESModuleGetters(lazy, {
|
| 5 | - TorLauncherUtil: "resource://gre/modules/TorLauncherUtil.sys.mjs",
|
|
| 5 | + TorLauncherUtil:
|
|
| 6 | + "moz-src:///toolkit/components/tor-launcher/TorLauncherUtil.sys.mjs",
|
|
| 6 | 7 | });
|
| 7 | 8 | |
| 8 | 9 | /**
|