Hacker News new | ask | show | jobs
by fn-mote 169 days ago
I totally disagree.

Or is a huge surprise (to the typical user) that highlighting text BY ITSELF in one window exposes that information for JavaScript running in a different application (like the browser). It’s like knowing that my smart TV is fingerprinting my viewing habits.

Isn’t the biggest security risk from copy and pasting passwords from a “secure” location to another one?

It looks like with modern browsers, reading the clipboard is gated behind some restrictions. Whew.

1 comments

Javascript doesn't have access to the clipboard without explicit user actions. And the clipboard might still contain sensitive info regardless of it was something recently highlighted, or something recently explicitly copied.