henry pushed to branch tor-browser-149.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: ce7047cb by Henry Wilkes at 2026-03-26T12:40:50+00:00 fixup! TB 40597: Implement TorSettings module TB 44251: Drop pt_config.json meek-azure migration logic. - - - - - 1 changed file: - toolkit/modules/TorSettings.sys.mjs Changes: ===================================== toolkit/modules/TorSettings.sys.mjs ===================================== @@ -537,13 +537,6 @@ class TorSettingsImpl { const req = await fetch("chrome://global/content/pt_config.json"); const config = await req.json(); lazy.logger.debug("Loaded pt_config.json", config); - if ("meek-azure" in config.bridges) { - // Convert the meek-azure name to meek. tor-browser#44068. - // NOTE: no need to convert recommendedDefault since it is not meek. - lazy.logger.debug("Converting pt_config type from meek-azure to meek"); - config.bridges.meek = config.bridges["meek-azure"]; - delete config.bridges["meek-azure"]; - } this.#recommendedPT = config.recommendedDefault; this.#builtinBridges = config.bridges; for (const type in this.#builtinBridges) { View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ce7047cb... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ce7047cb... 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)
-
henry (@henry)