Re: CSRF Prevention techniques
Date: January 06, 2007 11:52PM
I'm not sure if this would interest people, but Stefan Esser thought of a way to use the cross-domain policy to protect yourself against CSRF even if you're vulnerable to XSS on part of your site: http://blog.php-security.org/archives/48-CSRF-protections-are-not-doomed-by-XSS.html
Of course its difficult to implement and secure, but its an interesting concept. Hmm, I think I might work on trying to get an implementation of that working.....