9 lines
431 B
Markdown
9 lines
431 B
Markdown
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]].
|