Replies: 1 comment 3 replies
-
What about encrypting all the data stored on disk so malware can't read it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Much data is written to the clientside through javascript and systems like cookies.
We should be able to implement data stores and allow to fetch data from it.
Data should be stored (profile). But can also be opted for in-memory only
Local storage should be configurable to be cleared after session (non persistent)
Cookies should follow current security standards (blocking 3rd party etc), and should be configurable.
The networking layer should not know about cookies. This should be lasswd along from the user agent (if possible? How about assets loaded from the html page)?
Beta Was this translation helpful? Give feedback.
All reactions