diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-10 13:16:40 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-10 13:16:40 -0500 |
commit | d7e0c035e55e8b47a9ea7e993c9332a7ce9930e1 (patch) | |
tree | cef92b7f0d644db57673bf8d3d35008cede00816 /doc | |
parent | 196d27cbbc868f82ce9e598b0d7d1a8c460a52c6 (diff) |
* htmlscrubber security fix: Block javascript in uris.
* Add htmlscrubber test suite.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/htmlscrubber.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins/htmlscrubber.mdwn b/doc/plugins/htmlscrubber.mdwn index 6ce297a86..d7bcf8099 100644 --- a/doc/plugins/htmlscrubber.mdwn +++ b/doc/plugins/htmlscrubber.mdwn @@ -36,3 +36,4 @@ plugin is active: * <span style="background: url(javascript:window.location='http://example.org/')">CSS script test</span> * <span style="any: expression(window.location='http://example.org/')">entity-encoded CSS script test</span> * <span style="any: expression(window.location='http://example.org/')">entity-encoded CSS script test</span> +* <a href="javascript:alert('foo')">click me</a> |