You should in any case apply the scriptProtect security setting
I have been testing out Global Script Protection at the CF Admin level (v9.01). But it does appear to have any effect on the form posted data.... or maybe I am not understanding what it can/should do.
With it on and if I post a form field with something like this entered:
Test<script>alert('hello');</script>
On the resulting page I get a pop-up alert - I would expect Global Script Protection to stop this?
Restarted both IIS and CF App and the variable not getting setting at the application level.
I am looking for simple way to add some XSS protection to a legacy cf app that has come across my desk. lots of forms and I do not have access to the source (encrypted).
Cheers!
