mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Add opt out resource links
This commit is contained in:
parent
bdd8e549a0
commit
fbfb274b79
2 changed files with 13 additions and 4 deletions
|
|
@ -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/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue