Tagged Questions
12
votes
4answers
5k views
Sanitize/Rewrite HTML on the Client Side
I need to display external resources loaded via cross domain requests and make sure to only display "save" content.
Could use Prototype's String#stripScripts to remove script blocks. But handlers ...