From fbfb274b79004d6b1cb3a6abfbb1e24fc63bd585 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Fri, 1 Feb 2019 10:19:16 -0800 Subject: [PATCH] Add opt out resource links --- config/appPermissions.js | 10 +++++++--- config/socialMedia.js | 7 ++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/config/appPermissions.js b/config/appPermissions.js index 2f564e1..1c3cb43 100644 --- a/config/appPermissions.js +++ b/config/appPermissions.js @@ -10,9 +10,9 @@ export default { url: 'https://9to5mac.com/2017/10/26/ios-camera-permissions-abuse/', }, { - name: 'How to stop your iPhone from tracking locations you frequently visit', - url: - 'https://www.imore.com/stop-iphone-tracking-frequent-locations', + name: + 'How to stop your iPhone from tracking locations you frequently visit', + url: 'https://www.imore.com/stop-iphone-tracking-frequent-locations', }, { name: 'How to manage app permissions on iOS', @@ -46,5 +46,9 @@ export default { name: 'Apps and services with access to your Twitter account', url: 'https://twitter.com/settings/applications', }, + { + name: 'Opt out of all the data sharing you wouldn’t opt in to', + url: 'http://simpleoptout.com/', + }, ], }; diff --git a/config/socialMedia.js b/config/socialMedia.js index 3d4bf90..1675985 100644 --- a/config/socialMedia.js +++ b/config/socialMedia.js @@ -66,8 +66,13 @@ export default { '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', + name: + 're:consent browser extension gives you more privacy control on the web', url: 'https://cliqz.com/en/magazine/re-consent', }, + { + name: 'Opt out of all the data sharing you wouldn’t opt in to', + url: 'http://simpleoptout.com/', + }, ], };