Does RadEditor has any builtin option to help avoiding xss etc.
I tried two code blocks below. one with javascript and other with iframe.
<script type="text/javascript">
alert("HI");
</script>
<iframe src=http://www.google.com height="200" width="200"/>
javascript did not get executed but I got iframe in the page. Normally I would do HtmlEncode and HtmlDecore. But If I need to keep tags like bold , italic etc, how can I do that?
I tried two code blocks below. one with javascript and other with iframe.
<script type="text/javascript">
alert("HI");
</script>
<iframe src=http://www.google.com height="200" width="200"/>
javascript did not get executed but I got iframe in the page. Normally I would do HtmlEncode and HtmlDecore. But If I need to keep tags like bold , italic etc, how can I do that?
