From f2c7b91eab1abe09577c097d9d37286fa9b4445c Mon Sep 17 00:00:00 2001 From: John Gallias Date: Sun, 3 Feb 2019 17:36:16 -0500 Subject: [PATCH] Added resources Added resources from https://github.com/brianlovin/security-checklist/issues/113 --- config/email.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/email.js b/config/email.js index cd7b71c..aff72f1 100644 --- a/config/email.js +++ b/config/email.js @@ -69,5 +69,17 @@ export default { url: 'https://www.salon.com/2014/02/05/4_ways_google_is_destroying_privacy_and_collecting_your_data_partner/', }, + { + name: 'Privacy-friendly alternatives to Google that don’t track you', + url: 'https://nomoregoogle.com/', + }, + { + name: 'Opt out of global data surveillance programs like PRISM, XKeyscore and Tempora.', + url: 'https://prism-break.org/en/', + }, + { + name: 'Knowledge and tools to protect your privacy against global mass surveillance', + url: 'https://www.privacytools.io/';, + }, ], };