diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-06-30 05:42:35 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-06-30 05:42:35 -0700 |
commit | f414ccb97c9bc6649c4cb9a4be63b2d7f4fe1398 (patch) | |
tree | aaa515b2eb94f6a70cbf5f77778b2f5149e112a8 /libpiny | |
parent | 52ff5c022d4e926934eefb21f968c2df00827889 (diff) | |
download | piny-code-f414ccb97c9bc6649c4cb9a4be63b2d7f4fe1398.tar.gz piny-code-f414ccb97c9bc6649c4cb9a4be63b2d7f4fe1398.zip |
Disable htmlscrubber by default since most piny deployments are run by power users.
Diffstat (limited to 'libpiny')
-rw-r--r-- | libpiny/share/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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} |