mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Add guide to prevent iOS frequent locations
This commit is contained in:
parent
13328b1331
commit
0eeb665bef
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
id: 'appPermissions',
|
||||
title: 'Review app permissions on your devices',
|
||||
title: 'Review location, camera, and other sensitive device permissions',
|
||||
description: `You should review all applications that have access to your photos, camera, location, and microphone. Ensure that you trust apps with sensitive permissions.
|
||||
`,
|
||||
resources: [
|
||||
|
|
@ -9,6 +9,11 @@ export default {
|
|||
'iOS camera permissions allow rogue apps to surreptitiously photograph & video users',
|
||||
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 manage app permissions on iOS',
|
||||
url:
|
||||
|
|
|
|||
Loading…
Reference in a new issue