morgan pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 09b63226 by Henry Wilkes at 2026-08-04T11:52:11+00:00 BB 44629: Update the search settings for Base Browser. - - - - - f1546785 by Henry Wilkes at 2026-08-04T11:52:11+00:00 fixup! Base Browser strings BB 44629: Add a search suggestions banner. - - - - - 2 changed files: - browser/components/preferences/config/search.mjs - toolkit/locales/en-US/toolkit/global/base-browser.ftl Changes: ===================================== browser/components/preferences/config/search.mjs ===================================== @@ -271,6 +271,11 @@ Preferences.addSetting({ pref: "browser.urlbar.trending.featureGate", }); +// Add a warning banner. tor-browser#44629. +Preferences.addSetting({ + id: "searchSuggestionsWarningBanner", +}); + // The show search suggestion box behaves differently depending on whether the // separate search bar is shown. When the separate search bar is shown, it // controls just the search suggestion preference, and the @@ -1147,6 +1152,16 @@ SettingGroupManager.registerGroups({ l10nId: "search-suggestions-header-2", headingLevel: 2, items: [ + // Add a warning banner. tor-browser#44629. + { + id: "searchSuggestionsWarningBanner", + l10nId: "search-suggestions-warning-banner", + control: "moz-message-bar", + controlAttrs: { + role: "status", + type: "warning", + }, + }, { id: "suggestionsInSearchFieldsCheckbox", l10nId: "search-show-suggestions-option", ===================================== toolkit/locales/en-US/toolkit/global/base-browser.ftl ===================================== @@ -110,6 +110,11 @@ browser-layout-show-sidebar-limited = .label = Show sidebar .description = Quickly access bookmarks and more without leaving your main view. +## Preferences - Search suggestions. + +search-suggestions-warning-banner = + .message = Turning this on reduces your privacy by sharing your queries with the search engine as you type. + ## Preferences - Contrast Control. preferences-contrast-control-fixed-color2 = View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/5504dca... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/5504dca... 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)
-
morgan (@morgan)