summaryrefslogtreecommitdiff
path: root/doc/news/sanitization.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news/sanitization.mdwn')
-rw-r--r--doc/news/sanitization.mdwn8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/news/sanitization.mdwn b/doc/news/sanitization.mdwn
deleted file mode 100644
index 419d589c9..000000000
--- a/doc/news/sanitization.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-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 --disable-plugin=sanitize or edit the plugins
-configuration in your [[ikiwiki.setup]].