Clipboard Contents are persisting across browser sessions
Closed this issue · 1 comments
xNS5 commented
I discovered today that links copied with RC are persisting across browser sessions -- something I don't want. The data should have been wiped after the browser closed, but the evidence proves otherwise. Some further testing + investigation is required, but my current idea is to create an async function that clears the clipboard data at set intervals (e.g. 24 hours, 30 minutes, etc.)
xNS5 commented
After some quick testing, local storage is being cleared as expected when the browser is restarted. With MacOS, applications aren't "closed" in the same way they are on Windows, so all in all it would be a good idea to add some sort of timed clear action