Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2213 bugfix: Broken Next button #678

Next

Update alternative search engine identifiers to match name field vlue…

…s returned by browser.search.get()
  • Loading branch information
wlycdgr committed Feb 4, 2021
commit 446953cb1e359c1836fb313b1bb38bfaa5805755
@@ -15,11 +15,11 @@ export const SET_DEFAULT_SEARCH = 'SET_DEFAULT_SEARCH';
export const SEARCH_GHOSTERY = 'Ghostery';
export const SEARCH_BING = 'Bing';
export const SEARCH_YAHOO = 'Yahoo';
export const SEARCH_STARTPAGE = 'StartPage';
export const SEARCH_STARTPAGE = 'Startpage';
export const SEARCH_DUCKDUCK_GO = 'DuckDuckGo';
export const SEARCH_ECOSIA = 'Ecosia Search';
export const SEARCH_EKORU = 'ekoru';
export const SEARCH_GIBIRU = 'Gibiru.com';
export const SEARCH_ECOSIA = 'Ecosia';
export const SEARCH_EKORU = 'Ekoru';
export const SEARCH_GIBIRU = 'Gibiru';
export const SEARCH_GOOGLE = 'Google';
export const SEARCH_ONESEARCH = 'OneSearch';
export const SEARCH_PRIVADO = 'Privado';
ProTip! Use n and p to navigate between commits in a pull request.