|
|
|
|
|
by joeyrideout
2630 days ago
|
|
Isn't "do not trust localStorage" another variant of "do not trust the client"? Taking client-controlled storage and inserting it unsafely into the DOM sounds like a bad idea, although it's not something that is popularly discussed as a trust boundary so awareness is key (this article is a great example). |
|