Does IE 9 have anything to prevent Cross Site Scripting or Cross Site Request Forgery?

link|improve this question
feedback

1 Answer

These protections have been included since IE8, however, the very way that XSS and CSRF work, it is not perfect or 100% accurate as there are legitimate reasons to use these in programming.

Here is an article that describes IE8 XSS filtering and how it works.

Here is an article that describes IE8 CSRF protection.

These are two exerts from the IE8 security series of posts, you can search for "IE8 Security part" on that blog in order to find them all.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.