Inactive User
12 years agoPassing a string through the smut filter?
Long story short, we're building a component that allows a user to submit text to a board they don't have access to read. So, we had to use a restadmin call when we do the post action. However, this allows anything to be submitted including scripts, etc. Is there a way that we can run a string through the Lithium filter/validator that the normal post page uses? Thanks.