Ephox EditLive How to prevent script tags

Hi,
I want the ephox editlive control to suppress, tidy up the

<script></script>

tag. Hence, if the user goes to the ‘Code’ tab of the editlive control and types in


<script src="http://abcd.com/myscript.js"></script>

I need it to be cleaned up/removed on save.

I could not see a place in rxW2Ktidy.properties that has a list of disallowed tags that I could add to.

Please advise.