security-checklist/config/searchEngine.js

42 lines
1.4 KiB
JavaScript
Raw Normal View History

2019-01-13 20:12:45 +00:00
export default {
id: 'searchEngine',
title: 'Use a privacy-first search engine',
2019-01-13 21:48:26 +00:00
description: `You should use a search engine that protects you from tracking, fingerprinting, and unwanted advertisements. DuckDuckGo is a privacy-first search engine that does not store your search history, has strict location and personalization permissions, and publishes regular content teaching people how to be safer on the web.
2019-01-13 20:12:45 +00:00
`,
apps: [
{
name: 'DuckDuckGo',
image: '/static/img/duckduckgo.jpg',
url: 'https://duckduckgo.com/',
sources: {
windows: 'https://duckduckgo.com',
macos: 'https://duckduckgo.com',
ios:
'https://itunes.apple.com/us/app/duckduckgo-search-stories/id663592361?mt=8',
android:
'https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android',
2019-01-15 17:09:13 +00:00
linux: 'https://duckduckgo.com',
2019-01-13 20:12:45 +00:00
},
},
],
resources: [
{
name: 'DuckDuckGo Privacy',
url: 'https://duckduckgo.com/privacy',
},
2019-01-13 21:35:22 +00:00
{
name: 'About DuckDuckGo',
url: 'https://duckduckgo.com/about',
},
{
name: 'DuckDuckGo: No, were not using fingerprinting to track you',
url:
'https://techcrunch.com/2019/01/07/duckduckgo-browser-fingerprinting/',
},
2019-01-13 20:12:45 +00:00
{
name: 'Everything Google knows about you',
url: 'https://myactivity.google.com/myactivity',
},
],
};