aboutsummaryrefslogtreecommitdiff
path: root/doc/news/sanitization.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news/sanitization.mdwn')
-rw-r--r--doc/news/sanitization.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/news/sanitization.mdwn b/doc/news/sanitization.mdwn
index 6ce254157..419d589c9 100644
--- a/doc/news/sanitization.mdwn
+++ b/doc/news/sanitization.mdwn
@@ -1,7 +1,8 @@
-ikiwiki's main outstanding security hole, lack of [[HtmlSanitization]] has
-now been addressed. ikiwiki now sanitizes html by default.
+ikiwiki's main outstanding security hole, lack of html sanitization, has
+now been addressed. ikiwiki now sanitizes html by default, using the
+[[plugins/htmlscrubber]] plugin.
If only trusted parties can edit your wiki's content, then you might want
to turn this sanitization back off to allow use of potentially dangerous
-tags. To do so, pass --no-sanitize or set "sanitize => 0," in your
-[[ikiwiki.setup]].
+tags. To do so, pass --disable-plugin=sanitize or edit the plugins
+configuration in your [[ikiwiki.setup]].