security-checklist/config/browsers.js

117 lines
4 KiB
JavaScript
Raw Permalink Normal View History

2019-01-13 20:12:45 +00:00
export default {
id: 'browsers',
title: 'Use a privacy-first web browser',
description: `You should use a web browser that protects you from tracking, fingerprinting, and unwanted advertisements.
2019-01-13 21:35:22 +00:00
Modern browsers have made it simple to transfer your bookmarks and preferences in order to reduce switching pains.
2019-01-13 20:12:45 +00:00
`,
apps: [
{
name: 'Brave',
image: '/static/img/brave.jpg',
url: 'https://brave.com/',
sources: {
windows: 'https://laptop-updates.brave.com/latest/winx64',
macos: 'https://laptop-updates.brave.com/latest/osx',
ios:
'https://geo.itunes.apple.com/us/app/brave-web-browser/id1052879175?mt=8',
android:
'https://play.google.com/store/apps/details?id=com.brave.browser&hl=en',
2019-01-15 17:09:13 +00:00
linux:
'https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux',
2019-01-13 20:12:45 +00:00
},
},
{
name: 'Firefox',
image: '/static/img/firefox.jpg',
url: 'https://www.mozilla.org/en-US/firefox/',
sources: {
windows: 'https://www.mozilla.org/en-US/firefox/',
macos: 'https://www.mozilla.org/en-US/firefox/',
ios: 'https://www.mozilla.org/en-US/firefox/mobile/',
android: 'https://www.mozilla.org/en-US/firefox/mobile/',
2019-01-15 17:09:13 +00:00
linux: 'https://support.mozilla.org/en-US/kb/install-firefox-linux',
2019-01-13 20:12:45 +00:00
},
},
2019-01-13 23:36:54 +00:00
{
name: 'Safari',
image: '/static/img/safari.jpg',
url: 'https://www.apple.com/safari/',
sources: {
macos: 'https://www.apple.com/safari/',
2019-01-14 22:32:36 +00:00
ios: 'https://www.apple.com/safari/',
2019-01-13 23:36:54 +00:00
},
},
2019-01-13 20:12:45 +00:00
{
name: 'Tor',
image: '/static/img/tor.png',
url: 'https://www.torproject.org/',
sources: {
windows:
'https://www.torproject.org/download/download-easy.html#windows',
macos: 'https://www.torproject.org/download/download-easy.html#mac',
linux: 'https://www.torproject.org/download/download-easy.html#linux',
android: 'https://play.google.com/store/apps/details?id=org.torproject.torbrowser_alpha',
2019-01-13 20:12:45 +00:00
},
},
2019-01-15 08:06:40 +00:00
{
name: 'Vivaldi',
image: '/static/img/vivaldi.png',
url: 'https://www.vivaldi.com/',
sources: {
windows: 'https://vivaldi.com/download/',
macos: 'https://vivaldi.com/download/',
2019-01-15 17:09:13 +00:00
linux: 'https://vivaldi.com/download/',
2019-12-16 13:33:32 +00:00
android: 'https://vivaldi.com/android/',
2019-01-15 08:06:40 +00:00
},
},
2019-01-17 01:25:55 +00:00
{
name: 'Cliqz',
image: '/static/img/cliqz.png',
url: 'https://cliqz.com/',
sources: {
windows: 'https://cliqz.com/download',
macos: 'https://cliqz.com/download',
ios: 'https://itunes.apple.com/de/app/cliqz-browser-suchmaschine/id1065837334?mt=8',
android: 'https://play.google.com/store/apps/details?hl=de&id=com.cliqz.browser',
},
},
2019-01-13 20:12:45 +00:00
],
resources: [
{
name: 'Dont expect privacy from Chrome',
url:
'https://www.digitaltrends.com/computing/google-chrome-incognito-mode-tracking/',
},
{
name: 'Google Chromes users take a back seat to its bottom line',
url:
'https://www.eff.org/deeplinks/2018/11/google-chromes-users-take-back-seat-its-bottom-line',
},
{
name: 'What data of mine does Chrome send to Google?',
url:
'https://lifehacker.com/5763452/what-data-does-chrome-send-to-google-about-me',
},
{
name: 'Firefox multi-account containers',
url:
'https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/',
},
2019-01-13 21:35:22 +00:00
{
name: 'How to protect yourself from browser fingerprinting',
url:
'https://www.comparitech.com/blog/vpn-privacy/what-is-browser-fingerprinting-how-to-protect-yourself/',
},
{
name: 'Browser fingerprinting, and why they are so hard to erase',
url:
'https://www.networkworld.com/article/2884026/security0/browser-fingerprints-and-why-they-are-so-hard-to-erase.html',
},
2019-01-15 13:20:24 +00:00
{
name: 'Who Tracks Me - Learn about tracking technologies, market structure and data-sharing on the web.',
url: 'https://whotracks.me/',
},
2019-01-13 20:12:45 +00:00
],
};