diff options
author | thomascube <thomas@roundcube.net> | 2009-09-04 10:58:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-09-04 10:58:29 +0000 |
commit | a0630561cffdb366385a2c19d0ad167ee575e61f (patch) | |
tree | 6e3d5aa2908e891b16d9d650aa522a2e69286edb /tests/src/htmlxss.txt | |
parent | df5f7326f33f7741571f0df273de8cd9abb5a344 (diff) |
Removed development stuff and updated versionsv0.3-stable@2921
Diffstat (limited to 'tests/src/htmlxss.txt')
-rw-r--r-- | tests/src/htmlxss.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/src/htmlxss.txt b/tests/src/htmlxss.txt deleted file mode 100644 index f6c43e353..000000000 --- a/tests/src/htmlxss.txt +++ /dev/null @@ -1,22 +0,0 @@ -<html> -<body> - -<p><img onLoad.="alert(document.cookie)" src="skins/default/images/roundcube_logo.png" /></p> - -<p><a href="mailto:xss@somehost.net') && alert(document.cookie) || ignore('">mail me!</a> -<a href="http://roundcube.net" target="_self">roundcube.net</a> -<a href="http://roundcube.net" \onmouseover="alert('XSS')">roundcube.net (2)</a> - -</p> - -<div>Brilliant!</div> - -<table><tbody><tr><td background="javascript:alert('XSS')">BBBBBB</td></tr></tbody></table> - -<p> -Have a nice Christmas time.<br /> -Thomas -</p> - -</body> -</html> |