Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt is written in an unsupported language. File is not indexed.

0001 URI.MungeResources
0002 TYPE: bool
0003 VERSION: 3.1.1
0004 DEFAULT: false
0005 --DESCRIPTION--
0006 <p>
0007     If true, any URI munging directives like %URI.Munge
0008     will also apply to embedded resources, such as <code>&lt;img src=""&gt;</code>.
0009     Be careful enabling this directive if you have a redirector script
0010     that does not use the <code>Location</code> HTTP header; all of your images
0011     and other embedded resources will break.
0012 </p>
0013 <p>
0014     <strong>Warning:</strong> It is strongly advised you use this in conjunction
0015     %URI.MungeSecretKey to mitigate the security risk of an open redirector.
0016 </p>
0017 --# vim: et sw=4 sts=4