]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/security.mdwn
add news item for ikiwiki 1.4
[ikiwiki.git] / doc / security.mdwn
index 77552b1b2e2d2c3abe04d273200b23412b7f9219..f02576dc462a1949534c1879506f0ffe366a4f79 100644 (file)
@@ -146,7 +146,7 @@ closed though.
 
 # Fixed holes
 
-_(Unless otherwise noted, these were discovered and immediatey fixed by the
+_(Unless otherwise noted, these were discovered and immediately fixed by the
 ikiwiki developers.)_
 
 ## destination directory file replacement
@@ -215,4 +215,5 @@ pages from source with some other extension.
 
 ## XSS attacks in page content
 
-ikiwiki supports [[HtmlSanitization]], though it can be turned off.
+ikiwiki supports protecting users from their own broken browsers via the
+[[plugins/htmlscrubber]] plugin, which is enabled by default.