InterviewSolution
Saved Bookmarks
| 1. |
Is local storage secure? |
|
Answer» No. Local storage is not very secure because it was not designed to be used as SECURED storage in a web browser. Local storage was only designed to be a simple key/value storage that developers WOULD use to build SINGLE page APPS. |
|