Commit b0a02287 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 42891: Set the bundled search engine for Tor Browser.

TB 44648: Drop some unwanted changes in SearchService.
parent 333042e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2788,10 +2788,10 @@ export const SearchService = new (class SearchService {
  // called in test_remove_engine_notification_box.js
  async _fetchEngineSelectorEngines() {
    let searchEngineSelectorProperties = {
      locale: "en-US",
      locale: Services.locale.appLocaleAsBCP47,
      region: lazy.Region.home || "unknown",
      channel: lazy.SearchUtils.MODIFIED_APP_CHANNEL,
      experiment: this._experimentPrefValue,
      experiment: this.#lazyPrefs.experimentPrefValue,
      distroID: lazy.SearchUtils.distroID ?? "",
      javascriptEnabled: lazy.SecurityLevelPrefs.javascriptEnabled,
    };