Skip to content

Commit 2020a47

Browse files
committed
Add ecosia to list of vetted engines
Follow up to brave/brave-browser#10575
1 parent 3025c01 commit 2020a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/brave_extension/extension/brave_extension/content_cosmetic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ const scheduleQueuePump = (hide1pContent: boolean, generichide: boolean) => {
553553
}, { timeout: maxTimeMSBeforeStart })
554554
}
555555

556-
const vettedSearchEngines = ['duckduckgo', 'qwant', 'bing', 'startpage', 'yahoo', 'onesearch', 'google', 'yandex']
556+
const vettedSearchEngines = ['duckduckgo', 'qwant', 'bing', 'startpage', 'google', 'yandex', 'ecosia']
557557

558558
chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => {
559559
const action = typeof msg === 'string' ? msg : msg.type

0 commit comments

Comments
 (0)