Re: CSP and innerHTML

Yes, that's a good analogy. We are not really concerned about traditional
XSS, but more of jQuery-type of APIs being misused, which are mostly
introduced by innerHTML being used instead of textContent/innerText, or
being used for WYSIWYG editors and rich text fields.

Received on Tuesday, 30 April 2013 19:10:41 UTC