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-2294: Remove Tailcat from Dawn Hub #695

Merged
merged 2 commits into from Mar 10, 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

remove tailcat from search options

  • Loading branch information
fcjr committed Mar 3, 2021
commit e9b6b2e39a332728695493f621cdbb9862683818
@@ -26,5 +26,4 @@ export const SEARCH_ONESEARCH = 'OneSearch';
export const SEARCH_PRIVADO = 'Privado';
export const SEARCH_QWANT = 'Qwant';
export const SEARCH_ENCRYPT = 'SearchEncrypt'; // TODO this is just our best guess. Once Search Encrypt is added on the Dawn side, we should confirm, particularly if we start getting a lot of DAWN_SETUP_NUMBER_FOR_UNLISTED_OR_RENAMED_SEARCH pings
export const SEARCH_TAILCAT = 'Tailcat';
export const SEARCH_OTHER = t('ghostery_dawn_onboarding_other');
@@ -31,7 +31,6 @@ import {
SEARCH_PRIVADO,
SEARCH_QWANT,
SEARCH_ENCRYPT,
SEARCH_TAILCAT,
SEARCH_OTHER,
DAWN_SETUP_NUMBER_FOR_UNLISTED_OR_RENAMED_SEARCH
} from './ChooseDefaultSearchConstants';
@@ -51,7 +50,6 @@ const searchSetupNumbers = [
{ name: SEARCH_PRIVADO, dawn_setup_number: 11 },
{ name: SEARCH_QWANT, dawn_setup_number: 12 },
{ name: SEARCH_ENCRYPT, dawn_setup_number: 13 },
{ name: SEARCH_TAILCAT, dawn_setup_number: 14 },
];

const GLOW_BROWSER_SEARCH_GET_NAME = 'Ghostery Glow';
ProTip! Use n and p to navigate between commits in a pull request.