Shmoopi / iOS-System-Services

iOS System Services is a class to gather all available information about a device.
http://www.shmoopi.net/
MIT License
2k stars 365 forks source link

[IOS-9382] Remove ClipboardContent from Bonus Data #59

Closed dhearst closed 4 years ago

dhearst commented 4 years ago

In iOS 14, it's considered a violation of user privacy to access the clipboard content. We were including it in the bonus data that we send to various service calls (for sketchy evaluation). The clipboard content was just bundled into the "all system info" dictionary that we use for bonus data. This PR just alters the System Services code that generates that dictionary so that it does not include clipboard content.

Shmoopi commented 4 years ago

Nice work! I'll review and merge when I get a chance. Thank you!