From d7aecf6ddc19d1dac30ec5616134c2a7e7f4d573 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 25 Apr 2006 03:18:21 +0000 Subject: implemented html sanitisation --- doc/news/sanitization.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/sanitization.html (limited to 'doc/news') diff --git a/doc/news/sanitization.html b/doc/news/sanitization.html new file mode 100644 index 000000000..6ce254157 --- /dev/null +++ b/doc/news/sanitization.html @@ -0,0 +1,7 @@ +ikiwiki's main outstanding security hole, lack of [[HtmlSanitization]] has +now been addressed. ikiwiki now sanitizes html by default. + +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]]. -- cgit v1.2.3