summaryrefslogtreecommitdiff
path: root/doc/news/sanitization.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-27 19:48:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-27 19:48:23 +0000
commit890257521ebb39dea0630143e60594d577128f1c (patch)
tree95df10e0630bb63797bb34a0cb29402482ffa4c5 /doc/news/sanitization.mdwn
parentc3ccdfd9d6a6f6d6c74c583b43175ed926df6920 (diff)
remove some old news pages, I'll only be keeping the most recent couple of
things around
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]].