Pier Angelo Vendrame pushed to branch mullvad-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 75a5d3fb by Pier Angelo Vendrame at 2026-08-26T12:06:38+02:00 fixup! BB 44045: Disable ML features. BB 45245: Fix a JS console error/crash due to us disabling ML. - - - - - 1 changed file: - browser/components/aiwindow/models/Utils.sys.mjs Changes: ===================================== browser/components/aiwindow/models/Utils.sys.mjs ===================================== @@ -10,7 +10,6 @@ * - Rendering prompts from files */ -import { createEngine } from "chrome://global/content/ml/EngineProcess.sys.mjs"; import { OAUTH_CLIENT_ID, SCOPE_PROFILE_UID, @@ -42,6 +41,10 @@ const DEFAULT_ENDPOINT = */ export const DEFAULT_ENGINE_ID = "smart-openai"; +function createEngine() { + return null; +} + /** * Observer for model preference changes. * Invalidates the Remote Settings client cache when user changes their model preference. View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/75a5... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/75a5... 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