Someone seems to have broken the demo by typing in some JavaScript. Doesn't seem to be sanitizing input completely. EDIT: Looks like it's CSS, not JS. In case it helps, here's what I'm seeing [1], and here's the code from the message: * { float: left; display: block } [1] http://imgur.com/BoZ6lrF EDIT 2: Yup, style tags don't seem to be escaped. Tried changing colors of the room a few times, and it worked: * { color:…
You don't make an app/website secure by deciding on a list of things you need to sanitise.
You sanitise everything to start with.
A very common rookie error.