How can I prevent XSS in my XPages sites?
Domino Development / XPagesShow Correct Answer...Hide Answer...
According to the Help file, if you set the HTMLFilter property of Rich Text Controls with the ACF property then it should prevent any "naughty" tags such as <script> etc getting displayed out to the browser. Let's see what you lot can do ;-)