
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser. commit 6aac3873c280c0840eb9ae17220dc90e99943105 Author: Pier Angelo Vendrame <pierov@torproject.org> AuthorDate: Thu Nov 17 18:30:07 2022 +0100 fixup! Bug 40597: Implement TorSettings module Bug 41460: Removed references to the meek helper --- browser/modules/Moat.jsm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/browser/modules/Moat.jsm b/browser/modules/Moat.jsm index 28f177e27b3b..2527e0db5551 100644 --- a/browser/modules/Moat.jsm +++ b/browser/modules/Moat.jsm @@ -137,19 +137,13 @@ class MeekTransport { // Setup env and start meek process let ptStateDir = TorLauncherUtil.getTorFile("tordatadir", false); - let meekHelperProfileDir = TorLauncherUtil.getTorFile( - "pt-profiles-dir", - true - ); ptStateDir.append("pt_state"); // Match what tor uses. - meekHelperProfileDir.appendRelativePath("profile.moat-http-helper"); let envAdditions = { TOR_PT_MANAGED_TRANSPORT_VER: "1", TOR_PT_STATE_LOCATION: ptStateDir.path, TOR_PT_EXIT_ON_STDIN_CLOSE: "1", TOR_PT_CLIENT_TRANSPORTS: meekTransport, - TOR_BROWSER_MEEK_PROFILE: meekHelperProfileDir.path, }; if (TorSettings.proxy.enabled) { envAdditions.TOR_PT_PROXY = TorSettings.proxy.uri; -- To stop receiving notification emails like this one, please contact the administrator of this repository.