Re: In-browser sanitization vs. a “Safe Node” in the DOM

On Fri, Jan 22, 2016 at 2:30 PM, David Ross <drx@google.com> wrote:

What I mean is that I have not seen a (non-niche) use case for
> browser-based sanitization that Safe Node doesn't address.  It sounds
> like maybe you're saying that this is a huge problem, but if so what
> is the missing use case that Safe Node doesn't cover?
>

What if I just want to filter arbitrary user input before storing it in
LocalStorage for retrieval and use later? Or filter it to minify it, or the
like.

Received on Friday, 22 January 2016 22:35:09 UTC