brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
4906767b
by Beatriz Rizental at 2025-09-15T09:50:33+02:00
1 changed file:
Changes:
... | ... | @@ -54,7 +54,7 @@ class SessionSuggestionProvider( |
54 | 54 | val searchWords = searchText.split(" ")
|
55 | 55 | |
56 | 56 | distinctTabs.filter { item ->
|
57 | - !item.content.private &&
|
|
57 | + // tor-browser#43788: Show "Switch to tab" suggestions also on private tabs.
|
|
58 | 58 | searchWords.all { item.contains(it) } &&
|
59 | 59 | resultsUriFilter?.invoke(item.content.url.toUri()) != false &&
|
60 | 60 | shouldIncludeSelectedTab(state, item)
|