Add opt out resource links

This commit is contained in:
Brian Lovin 2019-02-01 10:19:16 -08:00
parent bdd8e549a0
commit fbfb274b79
2 changed files with 13 additions and 4 deletions

View file

@ -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 wouldnt opt in to',
url: 'http://simpleoptout.com/',
},
],
};

View file

@ -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 wouldnt opt in to',
url: 'http://simpleoptout.com/',
},
],
};