From f414ccb97c9bc6649c4cb9a4be63b2d7f4fe1398 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Thu, 30 Jun 2011 05:42:35 -0700 Subject: Disable htmlscrubber by default since most piny deployments are run by power users. --- libpiny/share/ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index 1128143..5045c39 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -55,7 +55,7 @@ use IkiWiki::Setup::Standard { httpauth => 1, # To add plugins, list them here. add_plugins => [qw{autoindex sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate rawhtml}], - disable_plugins => [qw{openid passwordauth}], + disable_plugins => [qw{openid passwordauth htmlscrubber}], teximg_prefix => "\\documentclass{scrartcl} \\usepackage[version=3]{mhchem} -- cgit v1.2.3