Don (via Hacker News):
LinkedIn is copying the contents of my clipboard every keystroke. IOS 14 allows users to see each paste notification.
I’m on an IPad Pro and it’s copying from the clipboard of my MacBook Pro.
Erran Berger (VP of Engineering):
Appreciate you raising this. We’ve traced this to a code path that only does an equality check between the clipboard contents and the currently typed content in a text box. We don’t store or transmit the clipboard contents.
It’s an innocuous comparison of text input to the pasteboard to prevent unwanted autocorrect insertions.
It doesn’t seem like iOS 14’s new pasteboard sniffing API would handle this case.
Previously:
Update (2020-07-06): John Gruber:
Even if you really did want to make an app that steals people’s clipboard contents, there’s absolutely no reason you’d check the clipboard contents this frequently. It’s just sloppy programming. But once revealed, a sloppy implementation like LinkedIn’s looks sketchy as hell.
Update (2020-07-27): Hartley Charlton:
Microsoft’s LinkedIn was sued yesterday for allegedly reading and diverting users’ private information using the iOS clipboard.