Ended up finding the configuration option after perusing the XSD in the source.
The relevant attribute is allowVanityHeader
.
<managedFusion.rewriter xmlns="http://managedfusion.com/xsd/managedFusion/rewriter">
<rewriter allowVanityHeader="false" />
</managedFusion.rewriter>
(Included in the <configuration>
node of web.config.)
josh3736
2010-07-24 04:15:25