Any of you read the
XHTML2 draft? the src attribute will work on almost any element. So for instance:
<img src="file.gif" alt="alternate text" />
Will be identical to:
<p src="file.gif">alternate text</p>
That could potentially mean a lot more places to launch CSRF from.
Don't forget our IRC: irc://irc.irchighway.net/#slackers
-
WhiteAcid - your friendly, very lazy, web developer