From febea7307548f9fd1865a7063708861d3fbd07cb Mon Sep 17 00:00:00 2001 From: Sebastian Slomski Date: Tue, 15 Jan 2019 14:23:18 +0100 Subject: [PATCH 1/2] Added re:consent to social media section --- config/socialMedia.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/socialMedia.js b/config/socialMedia.js index 6d6101f..671fc91 100644 --- a/config/socialMedia.js +++ b/config/socialMedia.js @@ -5,6 +5,10 @@ export default { \n\nIf you‘re not ready to give up social media quite yet, you should take the time to review your security and privacy settings. Visualizing the amount of information that social media companies know about you may be enough to curb that unhealthy newsfeed obsession.`, resources: [ + { + name: 're:consent - re:consent gives you more privacy control on the web', + url: 'https://cliqz.com/en/magazine/re-consent', + }, { name: 'Facebook privacy settings', url: 'https://www.facebook.com/settings?tab=privacy', From 737d02f9f0f8d1ee91f3d5ac9dbb157b8fadd0ba Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Tue, 15 Jan 2019 08:31:25 -0800 Subject: [PATCH 2/2] Reorder, small copy tweak --- config/socialMedia.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/socialMedia.js b/config/socialMedia.js index 671fc91..3d4bf90 100644 --- a/config/socialMedia.js +++ b/config/socialMedia.js @@ -5,10 +5,6 @@ export default { \n\nIf you‘re not ready to give up social media quite yet, you should take the time to review your security and privacy settings. Visualizing the amount of information that social media companies know about you may be enough to curb that unhealthy newsfeed obsession.`, resources: [ - { - name: 're:consent - re:consent gives you more privacy control on the web', - url: 'https://cliqz.com/en/magazine/re-consent', - }, { name: 'Facebook privacy settings', url: 'https://www.facebook.com/settings?tab=privacy', @@ -69,5 +65,9 @@ export default { url: 'https://myaccount.google.com/reservations?utm_source=google-account&utm_medium=web&continue=https%3A%2F%2Fmyaccount.google.com%2Fpayments-and-subscriptions', }, + { + name: 're:consent browser extension gives you more privacy control on the web', + url: 'https://cliqz.com/en/magazine/re-consent', + }, ], };