So for the past year or so, I've been noticing all these new "we use cookies" banners. Whether regulatory or trend-driven, it 's nice to see some transparent about what & why sites are tracking me. But, do these same policies apply to Local Storage? Sure, the data is stored on the client's machine, but I could still use that data to inform my app (e.g. sending uuids along with events to google analytics).<p>Is there an expectation that LS is truly private? Should sites be informing users that they will be storing user data in their browser?
In theory is the law applies as well. In practice I've never seen it mentioned on a website.<p><a href="https://en.wikipedia.org/wiki/Directive_on_Privacy_and_Electronic_Communications" rel="nofollow">https://en.wikipedia.org/wiki/Directive_on_Privacy_and_Elect...</a><p>"The article is technology neutral, not naming any specific technological means which may be used to store data, but applies to any information that a website causes to stored in a user's browser. This reflects the EU legislator’s desire to leave the regime of the directive open to future technological developments."
My sites use local storage and I inform the user - consider the possibility someone is using a public computer and you've stored locally what they though was private.
I feel like it depends on the audience of your product. In a general consumer product it might actually be more confusing given your user might have no idea how "any of that stuff" works.<p>I don't think I've ever encountered an app that's let me know in advance about its use of localStorage.