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: Step 3 - Fix setting ghostery as default search #679

Merged
merged 4 commits into from Feb 5, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Update ghostery search constant

  • Loading branch information
benstrumeyer committed Feb 5, 2021
commit 1656a665248c5c548077b08a824acb6f19ac342e
@@ -13,7 +13,7 @@

export const SET_DEFAULT_SEARCH = 'SET_DEFAULT_SEARCH';
export const DAWN_SETUP_NUMBER_FOR_UNLISTED_OR_RENAMED_SEARCH = 0;
export const SEARCH_GHOSTERY = 'Ghostery';
export const SEARCH_GHOSTERY = 'Ghostery Glow';
export const SEARCH_BING = 'Bing';
export const SEARCH_YAHOO = 'Yahoo';
export const SEARCH_STARTPAGE = 'Startpage';
ProTip! Use n and p to navigate between commits in a pull request.