diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-25 03:36:25 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-25 03:36:25 +0000 |
commit | 2f241a35ceab49c5a9e666420a770ceb84b83412 (patch) | |
tree | 04436f6ca3c10f3d74ab85feafad71f2d22c97cd | |
parent | 79e34c814b153ef1fb8b764ca0a4141543e8129a (diff) |
web commit by joey
-rw-r--r-- | doc/htmlsanitization.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/htmlsanitization.mdwn b/doc/htmlsanitization.mdwn index 426cea5b7..2c814e8e4 100644 --- a/doc/htmlsanitization.mdwn +++ b/doc/htmlsanitization.mdwn @@ -25,6 +25,6 @@ browser. Some examples of embedded javascript that won't be let through. -<span style="background: url(javascript:window.location='http://example.org/')">test</span> -<span style="any: expression(window.location='http://example.org/')">test</span> -<span style="any: expression(window.location='http://example.org/')">test</span> +* <span style="background: url(javascript:window.location='http://example.org/')">test</span> +* <span style="any: expression(window.location='http://example.org/')">test</span> +* <span style="any: expression(window.location='http://example.org/')">test</span> |