|
|
|
|
|
by 1ilit
436 days ago
|
|
>the app asked me for access to read text and images of my clipboard
yeah, that's the browser asking for permission to read and write to the clipboard >it seems like your app can read anything of my clipboard at any time
only when you paste, the app reads the latest entry in your clipboard, and only if it is a valid json object of a table, note, or subject area, it gets imported just using the clipboard api: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_A... |
|