Pier Angelo Vendrame pushed to branch mullvad-browser-140.9.1esr-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 23f91601 by Pier Angelo Vendrame at 2026-04-13T15:03:55+02:00 BB 44749: Customize search parameters parsing. - - - - - 1 changed file: - toolkit/components/search/SearchEngine.sys.mjs Changes: ===================================== toolkit/components/search/SearchEngine.sys.mjs ===================================== @@ -151,7 +151,7 @@ function paramSubstitution(paramValue, searchTerms, queryCharset) { // Handle the less common OpenSearch parameters we're confident about. if (name == OS_PARAM_LANGUAGE) { - return Services.locale.requestedLocale || OS_PARAM_LANGUAGE_DEF; + return Services.locale.webExposedLocales[0] || OS_PARAM_LANGUAGE_DEF; } if (name == OS_PARAM_OUTPUT_ENCODING) { return OS_PARAM_OUTPUT_ENCODING_DEF; View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/23f9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/23f9... 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