Pier Angelo Vendrame pushed to branch tor-browser-140.9.1esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: acc7722f by Pier Angelo Vendrame at 2026-04-13T15:04:17+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/tor-browser/-/commit/acc7722f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/acc7722f... 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