Server-Side Cross Site Scripting (XSS) Filter
<script>alert('XSS')</script>
This line is harmless and will remain unchanged
Click me please! I'm a naughty line. I'll remain but without the onclick event
XSS?asas
<Status (a computed field!): Draft
Here's the HTML that was stored:
<p style="font-weight:bold;">This line is harmless and will remain unchanged</p> <img src="#alert('XSS');" /> <p>Click me please! I'm a naughty line. I'll remain but without the onclick event</p> <span style="xss:(alert("XSS"))">XSS?</span> <img src="#alert('xss')" /> <p style="xss:/* */(alert("XSS"))">asas</p> <
