Mozilla's Content Security Policy
Posted Jul 2, 2009 17:17 UTC (Thu) by
joey (subscriber, #328)
In reply to:
Mozilla's Content Security Policy by butlerm
Parent article:
Mozilla's Content Security Policy
I think you're probably right, which is a real pity, since sanitizing user-supplied html to remove all possible means of javascript injection is very tricky.
I wish this CSP could be turned on at a block level. Something like:
<csp="no-javascript">
user supplied html here
</csp>
(
Log in to post comments)