Hacker News new | ask | show | jobs
by r00fus 2416 days ago
Is it possible to control from an admin perspective this if you have a managed device?
1 comments

Yes! A configuration profile can set forceLimitAdTracking

https://developer.apple.com/business/documentation/Configura...

On that topic...if you're really security conscious you can set allowHostPairing to False. This requires a supervised device, but then your phone will only pair a computer that has the supervising certificate, and if none exists, then all pairing is disabled. This might help defend against GrayKey like attacks.